academic-prover
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses
curlto interact with a local server athttp://localhost:8081. This is the intended mechanism for accessing the prover tools and does not involve executing untrusted scripts from external sources. - [DATA_EXFILTRATION] (SAFE): All network activity is directed to the local host. No sensitive files are accessed, and no data is sent to external domains.
- [INDIRECT_PROMPT_INJECTION] (SAFE): The skill processes proof code provided by the user. While this creates an ingestion surface, it is the primary function of the skill and is handled via a local service. Evidence: 1. Ingestion points:
codefield in POST requests to/lean/check,/lean/run,/coq/check, andformulafield for/z3/solve. 2. Boundary markers: None present in instructions. 3. Capability inventory: Shell-basedcurlexecution. 4. Sanitization: None mentioned in the skill documentation.
Audit Metadata