Free & open-source CLI

See and fix what
AI tools can read.

Offsend is an open-source, local-first CLI that shows what your repo exposes to Cursor, Claude Code, Copilot, or Codex — then locks it down with ignore files and hooks. Desktop, browser, and CI tools extend the same engine.

curl -fsSL https://install.offsend.io/cli | bash

Free · Open source (Apache-2.0) · Runs 100% locally · No account

Local-firstNo server-side scanningNo accountOpen source

1 in 3 public repos contain files AI tools should probably ignore.

Offsend Radar tracks AI-context risk signals across public repositories without reading file contents or publishing exact paths.

Exposure rate

37%

Repos exposing sensitive paths — plain sight for any AI assistant with repo access.

Path matches

156

Sensitive path matches found across scanned repositories.

Top risk categories

  • Key material (.pem, .key)60
  • Environment files (.env)40
  • Key files28
  • npm credentials (.npmrc)10
  • Backup files5
How it works

See what's exposed.
Fix the boundary.

Four local commands: initialize project rules, audit what AI tools can still read, hide required paths with ignore files, then sync so hooks and ignore rules match your config.

  1. Set up project rules

    Create .offsend.yml with a stack template, materialize AI ignore files, and run a baseline content scan so detectors and exclusions match the repo.

    offsend init
  2. See what AI can read

    List sensitive paths still visible to Cursor, Claude Code, Codex, and Windsurf — plus MCP and agent-history hints. Paths only; no file contents.

    offsend show
  3. Hide them from AI tools

    Promote required exposures into .offsend.yml and materialize ignore files — .env, PEM keys, and other paths .gitignore never covered for AI.

    offsend protect
  4. Apply config and install hooks

    Re-materialize AI ignore files from .offsend.yml and install git pre-commit plus editor gates for prompts, file reads, shell, and MCP.

    offsend sync
Privacy

Local-first.
By default.

Offsend is built so AI workflows stay private: no server-side scanning, no account wall, and an open-source CLI you can run fully offline.

Team plan · Coming soon

Free for developers.
Team plan on the way.

Offsend stays free and open source for individual developers. The Team plan will add group policies, shared detector dictionaries, and org-wide enforcement in CI — built on the same local-first engine, so code and prompts never leave your machines.

  • Group policies
  • Shared dictionaries
  • Org-wide CI enforcement
  • Centralized reporting
Tell us about your team — early adopters shape the roadmap and get launch pricing.
FAQ

Answers
before you start.

Short, honest answers about Offsend.
Missing something? Email us.

What is Offsend?

Offsend is a free, open-source, local-first CLI that helps you see and fix what AI tools can read — in GitHub repos, project folders, and terminal sessions — before secrets and sensitive data leave your control. Companion tools bring the same engine to macOS, the browser, and CI.

Where should I start?

Install the free, open-source CLI (curl -fsSL https://install.offsend.io/cli | bash) and run offsend show to see what AI tools can read in your repo. If you'd rather not install anything, scan a public GitHub repo with Check — no signup required. Add the desktop app, browser extension, or GitHub Action for specific workflows.

Is Offsend free?

Yes. The CLI, browser extension, GitHub Action, and Check are free — the CLI is open source under Apache-2.0. The macOS app has a free tier with an optional Pro upgrade. A Team plan with group policies, shared dictionaries, and org-wide CI enforcement is coming soon.

Does Offsend upload my code or prompts?

The CLI, desktop app, and browser extension run locally on your Mac — they read paths and ignore rules, not file bodies, and never send prompt content to Offsend servers. Check scans a GitHub repo you choose; full file paths stay hidden in the report.

What's the difference between Check, CLI, Desktop, Extension, and the GitHub Action?

The open-source CLI is the core product — it runs the checks from your terminal, git hooks, and CI. The other tools bring the same engine to specific workflows: Check is a free online scan for GitHub repos, the GitHub Action wraps the CLI for pull requests and pushes, Desktop adds Safe Paste and drag-and-drop file preparation on Mac, and the browser extension masks secrets in ChatGPT, Claude, and Gemini prompts before you send them.

What is Radar?

Radar is a separate Offsend product for monitoring AI-related exposure signals. Visit radar.offsend.io for details.

Ready to see what
AI tools can read?

One install command, no account. Run offsend show and see your repo the way AI tools do — then add Desktop, Extension, or the GitHub Action where you need them.

curl -fsSL https://install.offsend.io/cli | bash