stelow-product-pricing
Warn
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The reference documentation (e.g.,
codequality-review.md,safe-change.md,subagents.md) instructs the agent to install several third-party tools from unverified GitHub and NPM sources usingpi installandnpx. These include tools from authors likeearendil-works,cursor,plannotator,PriNova,tintinweb, andjuicesharp, none of whom are in the trusted vendors list. - [REMOTE_CODE_EXECUTION]: Files such as
agent_browser.mdandplannotator.mddefine fallback commands that usenpxto download and immediately execute code from remote registries at runtime (e.g.,@earendil-works/pi-agent-browserand@plannotator/pi-extension). - [COMMAND_EXECUTION]: The execution loop protocol described in
execution-loop.mdreads and executes arbitrary shell commands defined in averifyCommandslist within a project'sspec-tech.mdconfiguration file. - [PROMPT_INJECTION]: The skill processes data ingested from project configuration files (
spec-tech.md,stelow.json,spec-product.md) to drive logic and tool parameters without utilizing explicit boundary markers or sanitization, creating a surface for indirect prompt injection. - Ingestion points:
spec-tech.md,stelow.json,spec-product.mdinreferences/cli-tools/andSKILL.mdcontext. - Boundary markers: Absent.
- Capability inventory: Shell execution (
bash), subagent delegation viaAgent()andsubagent(), and file management. - Sanitization: Absent.
Audit Metadata