avouro-com

Scopebond — AI skill for Claude Code

AI community

Scopebond is an open-source checkpoint for AI coding agents (Claude Code, Cursor, MCP, GitHub) that blocks out-of-policy actions before they run and signs every decision into a tamper-evident record a.

How to install Scopebond

This entry records only its repository, not the path inside it, so there is no exact command to give. Open avouro-com/scopebond and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Scopebond does

Scopebond is an open-source checkpoint for AI coding agents (Claude Code, Cursor, MCP, GitHub) that blocks out-of-policy actions before they run and signs every decision into a tamper-evident record anyone can verify offline.

Alternatives in AI

  • Multica — Make humans and AI agents work as one team — open-source and self-hostable 47.8k ★
  • AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
  • WeKnora — Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, an 26.9k ★

README

Scopebond

[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![CI](https://github.com/avouro-com/scopebond/actions/workflows/ci.yml/badge.svg)](https://github.com/avouro-com/scopebond/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/@scopebond/gateway.svg)](https://www.npmjs.com/package/@scopebond/gateway) [![npm downloads](https://img.shields.io/npm/dm/@scopebond/hook.svg?label=hook%20downloads)](https://www.npmjs.com/package/@scopebond/hook)

**Scopebond is an open-source checkpoint for AI coding agents (Claude Code, Cursor, Codex, MCP, GitHub) that blocks out-of-policy actions before they run and signs every decision into a tamper-evident record anyone can verify offline.** It checks every action a coding agent takes — a shell command, a file edit, a git push, an MCP tool call — against rules you write, blocks the ones that break them, and records the rest.

Try it: [scopebond.com](https://scopebond.com) · live policy demo at [try.scopebond.com](https://try.scopebond.com).

**Experimental alpha — use controlled test systems only.** The semantics below are the target; the alpha is under active hardening. The hosted workspace ("Scopebond Cloud") is a separate, proprietary product and is not in this repository.

Who it's for

  • A developer running Claude Code, Cursor, or Codex who wants a guardrail that blocks a destructive command before it runs, not a log they read afterward.
  • A team lead who has to show what the agents did — which actions, decided by which rule — to a client, an insurer or an auditor.
  • An auditor or client who needs to check that record independently, offline, with no account and no trust in the vendor.

60-second start: govern your coding agent

Put Scopebond in front of Claude Code, Cursor, or Codex. One command scaffolds a signing key and a starter policy and wires the hook into your agent:

npx @scopebond/hook init            # Claude Code; add --cursor o