kani-proof
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates downloading the Kani verifier via Cargo and a specialized Anchor verification fork from OtterSec's GitHub repository. It also uses the
@workersio/klintlinter package from the NPM registry. - [COMMAND_EXECUTION]: Shell commands such as
cargo kani,npx, andgrepare employed to perform static analysis, run lint checks, and execute formal verification harnesses on the target codebase. - [REMOTE_CODE_EXECUTION]: The skill installs and runs external binaries for code verification and linting. This involves executing
cargo installfor the Kani toolchain and usingnpxto run the linter utility provided by the vendor.
Audit Metadata