debug
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses common developer CLI tools to facilitate the debugging process.
- Executes
git logto check history. - Executes
pnpm typecheckorpnpm tscto verify types. - Executes
pnpm test:runto verify fixes. - Executes
git committo finalize changes. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data via the
$ARGUMENTSvariable, which is intended to describe the issue to be debugged. While this is an ingestion point for untrusted data, the skill's capabilities are limited to standard development operations, and the instructions follow a structured, human-in-the-loop debugging process.
Audit Metadata