lean4
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Lean build commands (
lake build,lake env lean) and version control (git commit,git reset) to manage proof development. These capabilities are essential for the skill's operation and are restricted to the project environment with built-in safety rules preventing the use of dangerous flags or commands likegit pushwithout review. - [EXTERNAL_DOWNLOADS]: Lemma discovery is facilitated through well-known Lean community search services (e.g., LeanSearch, Loogle). These interactions are limited to mathematical metadata retrieval and do not involve downloading or executing binary code from untrusted sources.
- [SAFE]: The
doctorcommand provides project maintenance features, including the ability to migrate from legacy versions by removing old plugin-specific directories (.claude/tools/lean4). This administrative function is limited to the tool's own artifacts and is presented as an interactive choice for the user.
Audit Metadata