We lifted 6 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Reapor-Yurnero/imprompter | canonical | 0 of 6 |
| Function | Status | Where it lives |
|---|---|---|
| build_context_prompt | Not yet run | Reapor-Yurnero/imprompter/imprompter/utils.py pointer only (licence: GPL-2.0) · get_code("b4cc90aab1ae7ecc") |
| extract_predicted_lists | Not yet run | Reapor-Yurnero/imprompter/pii_metric.py pointer only (licence: GPL-2.0) · get_code("6fb45f477c0c5e48") |
| find_sub_list | Not yet run | Reapor-Yurnero/imprompter/imprompter/utils.py pointer only (licence: GPL-2.0) · get_code("c297e45a00243e61") |
| mdimgkeywords | Not yet run | Reapor-Yurnero/imprompter/pii_metric.py pointer only (licence: GPL-2.0) · get_code("62b90e77d70c6ba9") |
| mdimgkeywords_web | Not yet run | Reapor-Yurnero/imprompter/pii_metric.py pointer only (licence: GPL-2.0) · get_code("f29c7865767088f6") |
| prompt_template_handler | Not yet run | Reapor-Yurnero/imprompter/imprompter/utils.py pointer only (licence: GPL-2.0) · get_code("01516dd9af0d25cf") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Large Language Model (LLM) Agents are an emerging computing paradigm that blends generative machine learning with tools such as code interpreters, web browsing, email, and more generally, external resources. These agent-based systems represent an emerging shift in personal computing. We contribute to the security foundations of agent-based systems and surface a new class of automatically computed obfuscated adversarial prompt attacks that violate the confidentiality and integrity of user resources connected to an LLM agent. We show how prompt optimization techniques can find such prompts automatically given the weights of a model. We demonstrate that such attacks transfer to production-level agents. For example, we show an information exfiltration attack on Mistral's LeChat agent that analyzes a user's conversation, picks out personally identifiable information, and formats it into a valid markdown command that results in leaking that data to the attacker's server. This attack shows a nearly 80% success rate in an end-to-end evaluation. We conduct a range of experiments to characterize the efficacy of these attacks and find that they reliably work on emerging agent-based systems like Mistral's LeChat, ChatGLM, and Meta's Llama. These attacks are multimodal, and we show variants in the text-only and image domains.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2410.14923")
get_code_for_paper("2410.14923")
have("2410.14923")
Connect an agent — have() is free.