adventure-manager
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill stores untrusted user input (character names, logs, and adventure metadata) that is later displayed back to the agent, creating a surface for indirect prompt injection. \n
- Ingestion points: User-provided text via commands like
create,add-character, andlogin SKILL.md. \n - Boundary markers: Absent; user-provided strings are interleaved directly with structured output in the
statusandjournalcommands. \n - Capability inventory: Use of
Bashfor command execution andReadfor file system access. \n - Sanitization: The documentation does not specify any validation or sanitization of input strings before they are processed or displayed.
Audit Metadata