youtube-title-tag-optimizer
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates a temporary Python script in the
/tmpdirectory and executes it usingpython3. It also utilizespip3to install required dependencies. - [EXTERNAL_DOWNLOADS]: Installs the
google-api-python-clientlibrary from PyPI. This is a legitimate and trusted package provided by Google for API interaction. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface. Ingestion points: Untrusted data including video titles, tags, and descriptions are fetched from the YouTube Data API and stored in
title_tag_data.json. Boundary markers: Absent; the instructions inSKILL.mdfor Step 8 (report generation) do not include specific delimiters or instructions to the agent to disregard potential commands found within the analyzed metadata. Capability inventory: The agent is capable of file writing (os.makedirs,open) and command execution (python3,pip3,rm) as described inSKILL.md. Sanitization: The user-provided keyword is sanitized for use in directory names, but the content retrieved from the YouTube API is not sanitized or filtered for instructions before being read by the agent.
Audit Metadata