arcanon

Claude Code Plugin

Set up the Arcanon plugin for Claude Code.

Installation

claude plugin install arcanon-scan

Usage

Once installed, the plugin adds the /arcanon:scan command to Claude Code.

Run it from any repository:

/arcanon:scan

The plugin will automatically detect your project's dependencies and upload scan results to Arcanon Hub.

Configuration

The plugin reads configuration from your project's package.json or a .arcanon.json file:

{
  "org": "your-org",
  "hub": "https://app.arcanon.dev"
}

On this page