activate-tavernweave-soul
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process user-supplied input to resolve persona-switching commands and validates JSON creator profiles that may contain untrusted data.
- Ingestion points: User request strings processed by
scripts/resolve-soul-command.mjsand creator profile data validated byscripts/validate-soul-profile.mjs. - Boundary markers: The files
references/mode-contract.mdandreferences/persona-kernel.mdprovide clear instructions to the agent to treat retrieved content and profiles as data only, explicitly forbidding them from being interpreted as instructions that can override the kernel or expand permissions. - Capability inventory: Execution of local Node.js scripts for command resolution and data validation; no network or high-privilege file system operations are requested outside of reading local reference files.
- Sanitization: The skill employs
scripts/validate-soul-profile.mjs, which uses regular expression scanning to identify and block forbidden sensitive fields (such as credentials, tokens, or private keys) and absolute local file paths before the data is integrated into the agent context.
Audit Metadata