book-publishing
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill architecture is susceptible to indirect prompt injection because it ingests and processes untrusted external data (manuscripts) through a sequence of agents.
- Ingestion points: User-provided manuscript files and metadata inputs (genre, publishing goals, and distribution platforms) are ingested and saved to
_workspace/00_input.mdin Phase 1, then subsequently processed by themanuscript-editor,proofreader, andcover-designeragents. - Boundary markers: The skill instructions do not define specific delimiters or "ignore embedded instructions" warnings to help agents distinguish between the provided manuscript content and the system's workflow instructions.
- Capability inventory: The involved agents have capabilities to write files to the local file system (
_workspace/directory), perform inter-agent communication viaSendMessage, and coordinate complex multi-step workflows withTaskCreateandTaskUpdatetools. - Sanitization: The workflow lacks explicit steps for sanitizing, filtering, or validating the manuscript content before it enters the agent team's processing pipeline, allowing potentially malicious instructions embedded in the manuscript to influence the agents' actions.
Audit Metadata