ljg-x-download
Warn
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands like
curlandyt-dlpusing input directly derived from user-provided URLs. The absence of sanitization instructions for these variables creates a risk of command injection if shell metacharacters are included in the input. - [CREDENTIALS_UNSAFE]: The troubleshooting section suggests using the
--cookies-from-browser chromeflag withyt-dlp. This instruction allows the agent to access and use sensitive session data from the user's browser, posing a privacy and security risk. - [EXTERNAL_DOWNLOADS]: The skill fetches content from external domains including
x.com,twitter.com,t.co, andpbs.twimg.com. While necessary for the skill's functionality, these represent external data sources. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes external URL content and metadata. Ingestion points: User-supplied URLs and
yt-dlp --dump-jsonoutput inSKILL.md. Boundary markers: None present. Capability inventory:curl,yt-dlp, andlsas specified inSKILL.md. Sanitization: No validation or escaping mechanisms are defined.
Audit Metadata