openmath-rocq-theorem

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill is coherent for Rocq theorem proving, but it guides local build and opam dependency commands that users should run only in a trusted theorem workspace.

This skill appears safe for its stated Rocq theorem workflow. Before use, make sure rocq/coqc, dune, and opam are intentionally available, run it inside the intended theorem workspace, and review any project opam dependencies before installing them.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may run local build and verification commands in the theorem workspace, which can consume resources and affect local build artifacts.

Why it was flagged

The skill explicitly authorizes local command execution. This is expected for a Rocq build/proof workflow, but users should notice that it operates on their local environment.

Skill content
side_effects:
  - Runs local Rocq, dune, and opam commands in the theorem workspace
Recommendation

Use it in a trusted theorem workspace and review commands before running them if the workspace content is unfamiliar.

What this means

Using this command may add or change packages in the local opam environment.

Why it was flagged

The workflow can install dependencies declared by the project into the active opam switch. That is normal for Rocq projects, but it depends on the trustworthiness of the project opam file and package sources.

Skill content
If the project has an `opam` file, install missing dependencies before proving:

```bash
opam install . --deps-only
```
Recommendation

Review the project opam file and use an isolated opam switch for unfamiliar theorem workspaces.