Skip to content
$ git clone github.com/lexbeam-software/clawproof-checks

Open source by default

The 10 Clawproof checks are open source (MIT) and packaged as a Claude skill. Clone the repo, audit your agent, run the skill inside Claude Code, or propose a new check from your own production failures.

Install the skill

terminal
# Clone the repo
git clone https://github.com/lexbeam-software/clawproof-checks.git /tmp/clawproof

# Copy the skill into your Claude Code project
mkdir -p .claude/skills
cp -r /tmp/clawproof/skills/clawproof-audit .claude/skills/

# In Claude Code:
> /skills
# Select: clawproof-audit
> audit this agent for production readiness

Use it programmatically

Every check is bundled into a single JSON file (checks.json) for programmatic use outside Claude. Read the schema at checks/SCHEMA.md.

Roadmap

  • 10 checks as YAML (v1)
  • Claude skill + audit-report template
  • Bundled checks.json for programmatic use
  • MCP server exposinglist_checks andrun_check tools (planned)
  • Language-specific playbooks (PRs welcome)
  • German and French translations (PRs welcome)

Contributing. New failure modes, additional checklist items, translations, language-specific playbooks — all welcome. See CONTRIBUTING.md. For private disclosure, reach out via the address on the Impressum.