Define Core
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill manages complex workflows involving sub-agent delegation and tool usage (Read, Grep, Serena MCP). All agents are explicitly defined with
readonly="true", and critical rules (DC-C001,DC-P001) strictly prohibit the modification, creation, or deletion of files, ensuring the agent remains in a non-destructive state. - [DATA_EXPOSURE]: The skill performs codebase analysis to identify existing patterns and technical constraints. These activities are internal to the requirements gathering process. While companion skills like
fact-checkmay utilizeWebSearchfor external documentation verification, no mechanisms for unauthorized data exfiltration or sensitive credential harvesting were identified. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data including user requests and existing codebase content, representing a potential surface for indirect injection.
- Ingestion points: User request parsing (analyze phase) and codebase file reading via
ReadandGreptools. - Boundary markers: The skill does not explicitly define delimiters for untrusted content, but it uses a structured
AskUserQuestiontool to constrain user interactions. - Capability inventory: Sub-agent delegation, requirements document generation, and task decomposition.
- Sanitization: No specific sanitization or filtering of codebase content is mentioned before it is processed by the agents.
- [PROMPT_INJECTION]: The skill enforces structured interactions via the
AskUserQuestiontool with 2-4 defined options, which mitigates the risk of direct prompt injection through open-ended text fields. Furthermore, rulesDC-C004andDC-C005prioritize technical validity and evidence over user preference, providing a defense against manipulative instructions.
Audit Metadata