sparc-spec
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a process for the SPARC methodology's specification phase. Analysis shows no evidence of malicious intent, unauthorized network communication, or obfuscation.
- [PROMPT_INJECTION]: The skill processes user-supplied feature descriptions through the
$ARGUMENTSvariable, which creates a surface for indirect prompt injection. This is a standard risk for requirements-gathering tools and is not indicative of malicious design. - Ingestion points: The
$ARGUMENTSinput is used inSKILL.mdto initialize phase tracking and search for patterns. - Boundary markers: The instructions do not include specific delimiters or warnings to ignore embedded instructions within the user-provided content.
- Capability inventory: The skill has access to
Bash,Edit, andReadtools, as well as a suite of memory management tools (mcp__claude-flow__memory_*). - Sanitization: No explicit input validation or sanitization is defined for the feature description string.
- [COMMAND_EXECUTION]: The skill requests access to the
Bashtool to analyze the codebase for requirements gathering. This usage is appropriate for the skill's documented purpose.
Audit Metadata