tasteforge-video
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to execute the
tasteforgePython package, which is sourced from theIto-Markets/ito-videoGitHub repository. This repository is not on the trusted vendor list, and executing its CLI components represents a dependency on external, unverifiable code. - [COMMAND_EXECUTION]: The skill directs the agent to execute shell commands including
python3 -m tasteforge,ffmpeg, andffprobeto process local media files and generate reports. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) as it processes user-influenced data from interview answers and workflow configurations which are then passed as arguments to local CLI tools.
- Ingestion points:
answers.json,media.json,workflow.json, and local style packs (SKILL.md). - Boundary markers: The skill lacks explicit LLM context delimiters for ingested data, although it emphasizes strict schema validation for the resulting JSON artifacts.
- Capability inventory: The skill possesses the capability to execute shell commands (
python3 -m tasteforge), run media processing tools (ffmpeg,ffprobe), and perform file system writes for EDL/FCPXML exports. - Sanitization: The skill documents extensive 'fail-closed' validation logic, requiring specific fields like
provider_calls:0anddry_run:trueto be strictly enforced before any output is generated, which significantly mitigates the risk of unintended actions.
Audit Metadata