supply-chain-monitor
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/scrape_thn.pyfetches data from external sources includinghttps://feeds.feedburner.com/TheHackersNewsandhttps://thehackernews.com. This involves ingesting content from third-party websites into the agent's environment. - [COMMAND_EXECUTION]: The script
scripts/update_blocklist.pyautomatically modifiesexecution/security_scan.pyandSECURITY_GUARDRAILS.md. It generates Python code snippets using data extracted from external articles and injects them directly into these files. Thegenerate_scan_entryfunction inscripts/update_blocklist.pydoes not sanitize thenameorpatternfields, which could allow a malicious external source to inject arbitrary Python code into thesecurity_scan.pyscript. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8). It ingests untrusted data from external websites (ingestion point:
scripts/scrape_thn.py), lacks boundary markers to isolate this data from the agent's execution logic, and possesses significant capabilities including the ability to write to and modify system security scripts (capability: file-write inscripts/update_blocklist.py). Sanitization of the ingested data is minimal and insufficient to prevent manipulation of the resulting code.
Audit Metadata