gsd-debug
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests and processes user-supplied
$ARGUMENTSto determine its operational mode and capture issue descriptions. - Ingestion points: The
$ARGUMENTSvariable inSKILL.mdis the primary entry point for untrusted user input. - Boundary markers: Absent; the skill interpolates user data directly into the execution context without delimiters or explicit instructions for the agent to ignore embedded commands.
- Capability inventory: The skill has access to powerful tools including
Bash,Read,Write, andAgent, and it includes logic to execute a bash command (ls .planning/debug/*.md) for session management. - Sanitization: No input validation, filtering, or sanitization of the
$ARGUMENTSstring is performed. - [SAFE]: The skill references a local configuration file path (
~/.claude/gsd-core/workflows/debug.md) that is consistent with the vendor's own application structure and intended debugging purpose.
Audit Metadata