konsistent-fix-violations
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill invokes the
konsistentCLI and project-defined test scripts (such asnpm testorpnpm typecheck). These actions are standard for development tools and are used here to diagnose structural issues and verify that subsequent fixes do not break the build. - Human-in-the-Loop Verification: A core feature of this skill is its strict adherence to interactive gates. It requires explicit user decisions when determining if a rule or code is at fault, and mandates a final confirmation before any automated code modifications begin.
- Local File Interaction: The skill reads local project documentation (e.g.,
node_modules/konsistent/docs/) and source files to perform its triage. This is limited to the local environment and follows established development workflows. - Safe Dependency Usage: The skill relies on the
konsistentpackage and standard package managers already present in the user's project, with no evidence of unexpected network requests or external code downloads.
Audit Metadata