stelow-product-promotions
Fail
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The documentation in
agent_browser.mdinstructs the agent to usenpx -yto download and execute the@earendil-works/pi-agent-browserpackage. The-yflag is a high-risk pattern that bypasses the standard npm confirmation prompt, allowing for the silent download and execution of untrusted third-party code at runtime. - [EXTERNAL_DOWNLOADS]: Multiple reference files (e.g.,
codequality-review.md,safe-change.md,todo.md,intercom.md) recommend installing tools and plugins from untrusted GitHub repositories and npm packages, such asPriNova/pi-agent-codebase-workflows,@tintinweb/pi-tasks, andpi-intercom. These instructions introduce unvetted third-party dependencies into the agent's environment without version pinning or integrity verification. A reference to Cursor's GitHub repository for code quality plugins is also included. - [COMMAND_EXECUTION]: The
read-config.mdutility usesnode -eto execute dynamically generated JavaScript code strings at runtime to parse configuration fromstelow.json. Additionally,supervise.mdandsubagents.mddescribe mechanisms for spawning headless CLI processes (e.g.,pi --print) to perform orchestrated tasks, which represents a significant capability surface. - [PROMPT_INJECTION]: The
agent_browser.mdtool ingests data from external URLs (ingestion point) without specified boundary markers or sanitization logic. This untrusted data is processed in a context where the agent has access to powerful tools like shell execution and subagent delegation (capability inventory), creating a risk of indirect prompt injection where a malicious website could take control of the agent's workflow.
Recommendations
- AI detected serious security threats
Audit Metadata