stelow-product-multi-method-market-analysis
Warn
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs the agent to install numerous third-party plugins and packages from non-trusted repositories. Specifically, it references
github.com/cursor/pluginsandgithub.com/PriNova/pi-agent-codebase-workflowsfor critical workflow stages. - [REMOTE_CODE_EXECUTION]: Several files describe remote installation and execution patterns that bypass traditional package management. For example,
references/cli-tools/agent_browser.mdsuggests usingnpx -y @earendil-works/pi-agent-browser, which downloads and executes code from NPM on demand. Other tools are installed viapi install git:...which pulls directly from GitHub. - [PROMPT_INJECTION]: The 'Weekly Intelligence Canvas' variant in
SKILL.mdconstitutes an indirect prompt injection surface (Category 8). It explicitly instructs the agent to ingest and analyze data from untrusted external sources including company blogs, GitHub changelogs, LinkedIn, X (Twitter), and Reddit. - Ingestion points:
SKILL.mdVariant 2 (Search across blogs, social media, news, and forums). - Boundary markers: Absent from the prompt template provided for Variant 2.
- Capability inventory: The agent has extensive capabilities across the skill files, including
bashcommand execution,writeaccess,subagentdelegation, and web browsing viaagent_browser. - Sanitization: No sanitization or filtering logic is specified for the ingested web content.
- [COMMAND_EXECUTION]: The skill uses several potentially dangerous command-line patterns for system operations. For instance,
references/cli-tools/read-config.mdusesnode -eto dynamically execute code for parsing configuration files, andreferences/cli-tools/file-locking.mduses shell scripts withln,sha1sum, andcatfor managing file locks.
Audit Metadata