launch-strategy

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes external context from files such as .claude/product-marketing-context.md and user-provided JSON checklists. This represents an inherent surface for indirect prompt injection if those data sources are compromised.
  • Ingestion points: .claude/product-marketing-context.md (read via instructions), launch.json (processed by scripts/launch_readiness_scorer.py).
  • Boundary markers: No explicit delimiters or instructions to ignore embedded commands are specified in the prompt.
  • Capability inventory: The skill can execute a local Python script and generate various markdown artifacts (Launch Plan, Checklist, Brief).
  • Sanitization: No specific sanitization or validation logic for the content of these files is present.
  • [COMMAND_EXECUTION]: The skill uses a local script scripts/launch_readiness_scorer.py to process checklist data. Analysis of the script confirms it only uses the Python standard library and performs no network operations or dangerous system calls.
  • [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were detected in the instructions or reference materials.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 05:39 PM
Security Audit — agent-trust-hub — launch-strategy