instagram-audience-voice
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it analyzes Instagram comments. (1) Ingestion points:
cluster_instagram_comments.mjsandrank_instagram_posts.mjsread caption and comment text. (2) Boundary markers: Absent in current processing scripts. (3) Capability inventory: Subprocess execution viayt_dlp, file writing to campaign directories, and network operations via cloud bridge. (4) Sanitization: Basic string normalization usingcleanStringandsafeLoweris performed before analysis. - [EXTERNAL_DOWNLOADS]: The skill communicates with Instagram and the vendor's APIs to retrieve research data. It includes a dedicated script for downloading video media from Instagram CDNs based on URLs identified in scraper manifests.
- [COMMAND_EXECUTION]: Local scripts execute
python3 -m yt_dlpfor downloading reels. The skill implements ashellQuoteutility to secure command-line arguments against injection. While generally safe, the use of scraper-provided identifiers in output file paths could theoretically present a path traversal risk if the upstream source data were maliciously manipulated.
Audit Metadata