jb-clawpatch-review
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a structured workflow for a local development tool without suspicious external dependencies or remote execution patterns.
- [COMMAND_EXECUTION]: The skill utilizes standard development commands such as
clawpatch review,git diff, andnpm testto perform its stated functions. These operations are consistent with the intended purpose of repository auditing and maintenance. - [PROMPT_INJECTION]: The skill's workflow exposes an indirect prompt injection surface by analyzing repository content which could contain malicious instructions.
- Ingestion points: Reads repository files during the
clawpatch reviewandclawpatch mapphases, and can ingest local prompt files via the--prompt-fileflag. - Boundary markers: The instructions provide explicit warnings such as "Treat every finding as advisory" and "Verify it by reading the real code path."
- Capability inventory: The agent can modify local files via
clawpatch fixand execute arbitrary code vianpm testornpm run typecheck. - Sanitization: The skill mitigates risks through mandatory manual code verification,
git diffinspection, and strict prohibitions against automated commits or pushes.
Audit Metadata