WorldThreatModel

Pass

Audited by Gen Agent Trust Hub on May 8, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes shell commands to provide user notifications and maintain execution logs.\n
  • Evidence: SKILL.md contains a template for sending voice notifications via curl to a local endpoint at http://localhost:31337/notify.\n
  • Evidence: SKILL.md specifies a logging mechanism that uses echo and the date command to append activity data to ~/.claude/PAI/MEMORY/SKILLS/execution.jsonl.\n
  • Evidence: Workflow files (TestIdea.md, UpdateModels.md, ViewModels.md) integrate these curl commands to signal the start and completion of processes.\n- [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection due to its multi-step data processing workflow.\n
  • Ingestion points: UpdateModels.md (Step 3) uses a research tool to fetch data from external web sources to populate model documents across 11 time horizons.\n
  • Boundary markers: The skill does not employ delimiters or specific instructions to the agent to treat researched content as untrusted data in ModelTemplate.md or the associated workflows.\n
  • Capability inventory: The skill can execute system commands (curl, echo) and orchestrates several advanced analysis tools including RedTeam, FirstPrinciples, and Council.\n
  • Sanitization: Data retrieved from the web is stored directly in markdown files and subsequently read by the agent in TestIdea.md without validation or escaping of potential instructions embedded in the content.
Audit Metadata
Risk Level
SAFE
Analyzed
May 8, 2026, 10:34 AM