stelow-product-opportunity-mapping
Fail
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation includes instructions for installing and executing code from unverified external sources. Specifically, it provides commands to run
@earendil-works/pi-agent-browservianpxand usespi installto fetch plugins from GitHub repositories likecursor/pluginsandPriNova/pi-agent-codebase-workflows. - [EXTERNAL_DOWNLOADS]: The workflow depends on multiple packages from NPM and GitHub that are not associated with trusted organizations or well-known services. These include tools for task management, structured questioning, and subagent orchestration such as
@tintinweb/pi-tasks,@juicesharp/rpiv-todo, andpi-subagents. - [COMMAND_EXECUTION]: The skill uses various shell commands for project coordination and file management. A notable security concern is found in
read-config.md, where thestelow_configfunction executesnode -ewith shell variable interpolation in the script string (node -e "... wf.config['$field'] ... "). This is a potential command injection vector if the field names used by the agent are not strictly validated. - [PROMPT_INJECTION]: The skill ingests untrusted user data and interpolates it into a complex persona-based prompt, creating a surface for indirect prompt injection.
- Ingestion points:
SKILL.mddefines input fields for<USER INPUT>,<PRODUTOS ATUAIS PARA CLIENTES EXTERNOS>, and<ORGANIZATION CURRENT INTERNAL TOOLS>. - Boundary markers: The skill uses XML-style tags to wrap inputs but does not include explicit instructions to the model to ignore any embedded malicious instructions within that data.
- Capability inventory: The skill environment allows for filesystem access, shell command execution, and interaction with external subagents and browsers.
- Sanitization: No sanitization, escaping, or schema validation is applied to user inputs before they are included in the generated prompt.
Recommendations
- AI detected serious security threats
Audit Metadata