webnovel-review
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to run local utility scripts (webnovel.py) for workflow management and data indexing. - Evidence:
SKILL.mdcontains multiple bash commands executingpython "${SCRIPTS_DIR}/webnovel.py" --project-root "${PROJECT_ROOT}" index save-review-metrics --data '@review_metrics.json'. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8) because it processes user-controlled novel chapters while possessing significant tool capabilities like file editing and command execution.
- Ingestion points: The novel chapter text processed by checker sub-agents and the
.webnovel/state.jsonproject configuration file. - Boundary markers: There are no explicit delimiters or instructions to the agents to ignore potential commands embedded within the chapters.
- Capability inventory: The skill has access to powerful tools including
Bash,Write,Edit, andRead. - Sanitization: Novel chapter content is not sanitized or validated for malicious instructions before being passed to sub-agents for review.
Audit Metadata