soul-chat
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Prompt Injection (HIGH): Significant risk of Indirect Prompt Injection due to the skill's design of processing untrusted data as active personas.
- Ingestion Points: Uses
read_fileto process content fromdocumentandroom(directory) entities. - Boundary Markers: No explicit delimiters or instructions are provided to the agent to ignore control commands found within the 'voices' it animates.
- Capability Inventory: The skill is explicitly granted
write_fileandread_filetools. - Sanitization: No mention of sanitizing or escaping content from files before they are interpreted as dialogue, allowing instructions in those files to potentially override agent behavior.
- Command Execution (MEDIUM): The skill uses file system tools to perform actions based on interpreted dialogue. While not direct shell execution, the combination of reading untrusted content and having write access to the filesystem provides an automated path for malicious actions.
Recommendations
- AI detected serious security threats
Audit Metadata