fix
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard development tools (pnpm test, pnpm typecheck, pnpm lint) to verify fixes. These are common commands within a development environment and align with the skill's purpose.
- [PROMPT_INJECTION]: The skill processes error messages and stack traces from external inputs via $ARGUMENTS. While this is a potential indirect injection surface, the workflow focuses on diagnostic and verification steps inherent to the developer use-case.
- Ingestion points: $ARGUMENTS in SKILL.md.
- Boundary markers: None present.
- Capability inventory: Executes pnpm commands and git commit.
- Sanitization: No explicit sanitization of input data is defined.
Audit Metadata