skills/tonone-ai/tonone/pitch-landing/Gen Agent Trust Hub

pitch-landing

Warn

Audited by Gen Agent Trust Hub on Aug 15, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes shell commands using the Bash tool to invoke the pitch_agent.uiux Python module.
  • [COMMAND_EXECUTION]: Potential shell command injection vulnerability in SKILL.md. The workflow steps interpolate the {product_type} variable directly into a python3 command: python3 -m pitch_agent.uiux search --domain landing --query "{product_type}" --limit 3. If the user-supplied input contains shell metacharacters like semicolons or pipes, it could allow arbitrary command execution.
  • [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes untrusted user input through search queries.
  • Ingestion points: The {product_type} variable is used as a query parameter in SKILL.md.
  • Boundary markers: No delimiters or instructions to ignore embedded commands are present when interpolating user data.
  • Capability inventory: The skill possesses Bash execution capabilities.
  • Sanitization: There is no evidence of input validation or sanitization before the data is passed to the search tool.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 15, 2026, 08:59 PM
Security Audit — agent-trust-hub — pitch-landing