math-formal-proof
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill outlines a legitimate workflow for mathematical formalization using industry-standard proof assistants (Lean, Coq, Isabelle, Agda).
- [INDIRECT_PROMPT_INJECTION]: The skill ingests external mathematical statements to be processed by the agent. While this constitutes an ingestion point for untrusted data, the risk is negligible as the data is directed into formal verification kernels (
lake build,coqc, etc.) which operate under strict logical constraints rather than general-purpose command shells. - Ingestion points: User-provided mathematical statements defined in the 'Input' section of the contract.
- Boundary markers: None identified.
- Capability inventory: Execution of proof assistant compilers and checkers including
lake build,coqc, andisabelle buildin Step 4. - Sanitization: None specified, though proof assistant syntax is inherently restrictive.
Audit Metadata