zsxq-summary
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. Malicious instructions embedded in Knowledge Planet posts or PDF files could potentially influence the agent's behavior.\n
- Ingestion points: The skill fetches post content and PDF text from
api.zsxq.comviafetch_topics.js.\n - Boundary markers: No delimiters or safety instructions are used when interpolating external content into the AI prompt in
SKILL.md.\n - Capability inventory: The skill executes local commands and makes network requests to fetch data.\n
- Sanitization: The skill does not sanitize or filter the content retrieved from Knowledge Planet before passing it to the model.\n- [COMMAND_EXECUTION]: The skill performs command execution to run its data fetching logic.\n
- Evidence:
SKILL.mdinstructs the agent to runnode fetch_topics.jsandbash install.sh.\n- [EXTERNAL_DOWNLOADS]: The skill downloads external data to fulfill its primary purpose.\n - Evidence:
fetch_topics.jsfetches JSON data and PDF files fromapi.zsxq.com. As this is a well-known service related to the skill's purpose, this is documented neutrally.
Audit Metadata