Docs

Build faster.
Ship safer.

Beacon runs in your editor, reviews generated code locally, and blocks risky changes before they land in your branch.

Quickstart

  1. 1Run npx @forgefastlabs/beacon-cli init (no account required).
  2. 2Connect the Beacon MCP server in Cursor or your coding agent.
  3. 3Beacon reviews AI-generated changes locally before commit.
  4. 4Optionally create an account to sync findings to the dashboard.

Rule policy example

beacon.rules.json
{
  "mode": "enforce",
  "rules": [
    { "name": "Block hardcoded secrets", "severity": "critical" },
    { "name": "Warn on unsafe shell execution", "severity": "high" },
    { "name": "Flag weak crypto usage", "severity": "high" }
  ]
}

Need help?

For enterprise onboarding, custom policies, or migration support, contact the Beacon team and we’ll help you set up your workflow quickly.

Contact support