proxelar
Fail
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: HIGHCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the user to run a
sudo security add-trusted-certcommand to modify the system's root trust store. This is a high-risk operation that compromises the machine's security by allowing the proxy to decrypt HTTPS traffic. Additionally, thelatency_inject.luascript usesos.executeto invoke the systemsleepcommand, which provides a pathway for arbitrary command execution.\n- [CREDENTIALS_UNSAFE]: Thelog_to_jsonl.luaandcapture_for_eval.luascripts record full HTTP response headers and bodies to local files (~/.proxelar/traffic.jsonl). These logs often contain sensitive secrets such as session cookies, Authorization headers (API keys), and personal data in plain text.\n- [EXTERNAL_DOWNLOADS]: The skill instructions direct users to install third-party software from the internet viabrew install proxelar. This introduces unverified external binaries into the execution environment.\n- [DATA_EXFILTRATION]: The skill is specifically designed to target and record traffic to major LLM providers (Anthropic, OpenAI, Gemini), harvesting prompt and response data that may contain proprietary or confidential information.\n- [PROMPT_INJECTION]: The skill creates a significant surface for indirect prompt injection (Category 8).\n - Ingestion points: Intercepts all incoming and outgoing network traffic via
on_requestandon_responsehooks in multiple scripts (log_to_jsonl.lua,capture_for_eval.lua, etc.).\n - Boundary markers: None identified; traffic is processed as raw strings.\n
- Capability inventory: Ability to execute shell commands via
os.execute, write to the filesystem viaio.open, and modify network traffic content before it reaches the agent.\n - Sanitization: None; the scripts perform string matching and manipulation on raw, untrusted network data.
Recommendations
- AI detected serious security threats
Audit Metadata