short-video-scripter
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data, including video transcripts, draft scripts, and analytics screenshots. This creates a surface for indirect prompt injection where malicious instructions could be embedded in the data provided by the user.\n
- Ingestion points: The
Proceduresection specifies that the skill processes user-provided ideas, transcripts, and analytics screenshots.\n - Boundary markers: The instructions explicitly direct the agent to treat these inputs as untrusted and to ignore any embedded commands, referencing an external
SECURITY.md.\n - Capability inventory: The skill allows the agent to execute specific Python scripts (
youtube.py,registry-events.py) and write data to thememory/directory.\n - Sanitization: The skill relies on instructional safety boundaries rather than technical filtering or escaping mechanisms.\n- [COMMAND_EXECUTION]: The skill uses local scripts to perform core functionality such as data retrieval and registry updates.\n
- Evidence:
SKILL.mddirects the agent to usescripts/connectors/youtube.pyfor YouTube Shorts analytics and to executeregistry-events.pywith specific operation parameters (propose) to update channel and claim registries.
Audit Metadata