zsxq
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from Knowledge Planet topics and comments across multiple scenarios (e.g., daily-patrol.md, monitor-risky-content.md). This creates a surface for indirect prompt injection, where malicious instructions embedded in posts could influence the agent's behavior during summarization or script generation. \n
- Ingestion points: Topic content and comments fetched via
group +topicsandget_topic_comments. \n - Boundary markers: Not explicitly defined in instructions to isolate external data. \n
- Capability inventory: Includes posting content, deleting topics, and executing shell commands. \n
- Sanitization: Lacks explicit sanitization of ingested content before processing. \n- [COMMAND_EXECUTION]: The skill makes extensive use of local shell commands for management and rendering. The
record.jsscript invokesffmpegviaexecSyncto encode video files, and the migration scenario involves file system operations likemvandls. These capabilities are functional requirements but represent a sensitive command execution surface. \n- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install thezsxq-clitool globally andpuppeteerlocally. These downloads target official registries and the trusted author's own repositories, which are safe sources for the skill's intended purpose. \n- [SAFE_PRACTICE]: The skill incorporates robust safety guidelines, including strict prohibitions on exposing authentication tokens and mandatory user confirmation checkpoints for all write and delete operations.
Audit Metadata