founder-playbook-skill

Pass

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The bundled script scripts/analyze_recording.py uses subprocess.run to invoke ffmpeg and ffprobe for audio track extraction and metadata probing. These invocations use argument lists rather than raw shell strings, which is a secure practice that prevents command injection.
  • [EXTERNAL_DOWNLOADS]: The skill instructions and metadata recommend installing several standard third-party Python libraries (such as numpy, scipy, librosa, pyloudnorm, pesq, pystoi, and soundfile) and the ffmpeg system binary from official public registries (PyPI and Homebrew).
  • [PROMPT_INJECTION]: An indirect prompt injection surface is present because the analysis script reads and outputs metadata fields (e.g., title, appName, speakers) from metadata.json and audio track information provided in the input directory. Maliciously crafted metadata in files from an untrusted source could be used to influence the AI agent's behavior during the analysis phase.
  • Ingestion points: Metadata and track information from the user-specified recording directory in scripts/analyze_recording.py.
  • Boundary markers: None present.
  • Capability inventory: Local file system access and subprocess execution for audio analysis and processing.
  • Sanitization: Metadata strings are extracted and printed to the console without sanitization or escaping.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 30, 2026, 11:27 PM
Security Audit — agent-trust-hub — founder-playbook-skill