trends
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill fetches untrusted data from external sources (Reddit and Hacker News) and instructs the agent to process it. This creates a surface for indirect prompt injection attacks where malicious content on those platforms could influence agent behavior. Ingestion points:
scripts/fetch.jsfetches data fromhn.algolia.comandwww.reddit.com. Boundary markers: None present inSKILL.md. Capability inventory: Agent executesbash scripts/evidence-log.shusing fetched data. Sanitization: None performed on the fetched content to filter instructions. - [COMMAND_EXECUTION]: The instruction to run
bash scripts/evidence-log.sh <source> '<quote>' '<url>'relies on single-quoting values from external sources. If the fetched data contains single quotes, it could lead to command argument injection. - [COMMAND_EXECUTION]: The
scripts/fetch.jsscript includes a--fixtureargument that usesfs.readFileSyncto read local files. This capability allows for local file access if the agent is induced to use this parameter with a sensitive path. - [EXTERNAL_DOWNLOADS]: The skill retrieves data from
hn.algolia.comandwww.reddit.comto identify trends. These are established services and the network calls are consistent with the skill's purpose.
Audit Metadata