xunit
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it is designed to read and process external codebase files to generate testing logic.
- Ingestion points: The skill utilizes
Read,Glob, andGreptools to ingest existing source code and project structures into the agent context (e.g.,SKILL.md,references/workflows.md). - Boundary markers: There are no explicit instructions or delimiters provided to the agent to distinguish between its own instructions and potentially malicious instructions embedded in the code it reads.
- Capability inventory: The skill possesses the
Writecapability to create or modify files and theBashcapability to execute commands likedotnet test. - Sanitization: The instructions do not include steps to sanitize or validate code content before it is processed for test generation.
- [COMMAND_EXECUTION]: The skill documentation (specifically
SKILL.mdandreferences/workflows.md) provides instructions for executing thedotnet testcommand via aBashtool. This results in the execution of assembly code generated or modified by the agent, which represents a form of dynamic execution inherent to the skill's testing purpose.
Audit Metadata