pp-v0
Warn
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill implements an automated learning system through the
teach,recall, andplaybookcommands. This system records interaction history to synthesize and dynamically execute "playbooks"—sequences of bash commands with variable substitution. This capability for dynamic command assembly from local state introduces potential risks of unintended execution based on manipulated or stale historical data.- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the external v0 API via commands such aschats get,chats stream,search, andmessages list. This data is provided to the agent without explicit boundary markers or sanitization, creating a surface for indirect prompt injection attacks where malicious content in a chat or message could influence agent behavior. - Ingestion points: External data retrieved from the v0 API through chat, message, and search results (as referenced in
SKILL.md). - Boundary markers: None identified in the provided command usage instructions.
- Capability inventory: The
v0-pp-clitool possesses capabilities to modify files (update-files), deploy applications (deploy), and register webhooks or MCP servers. - Sanitization: No sanitization or filtering logic is described for the content ingested from the v0 API.- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill requires the installation of a CLI tool via
npx -y @mvanhorn/printing-press-libraryorgo install github.com/mvanhorn/printing-press-library/.... These resources originate from the skill's associated vendor infrastructure and are essential for the skill's operation.
Audit Metadata