PAIUpgrade

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
  • PROMPT_INJECTION (LOW): The skill exhibits an Indirect Prompt Injection surface. It processes untrusted data from YouTube transcripts (via GetTranscript.ts) and web search results (Workflows/FindSources.md) to generate reports and update local configuration files (youtube-channels.json). There are no explicit boundary markers or sanitization steps mentioned to prevent malicious instructions embedded in these external sources from influencing the agent's behavior or its configuration updates.
  • EXTERNAL_DOWNLOADS (LOW): The skill performs network operations to fetch metadata and transcripts from YouTube using the yt-dlp tool. While targeting a well-known service, these remain connections to non-whitelisted external domains. Evidence: Workflows/CheckForUpgrades.md executes yt-dlp.
  • COMMAND_EXECUTION (SAFE): The skill executes local TypeScript tools using the bun runtime. These tools are located in the skill's own Tools directory or in a trusted CORE skill directory, which is standard behavior for the intended functionality. Evidence: Workflows/CheckForUpgrades.md calls Tools/Anthropic.ts.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:04 PM