axonflow
v1.11.0Policy enforcement, PII detection, and audit trails for Claude Code. Govern tool execution, scan outputs for sensitive data, and maintain compliance-grade records of every action.
By AxonFlowLicense: MIT4 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install axonflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install axonflow@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/getaxonflow/axonflow-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/audit-search/SKILL.md├── skills/axonflow-status/SKILL.md├── skills/create-override/SKILL.md├── skills/explain-decision/SKILL.md├── skills/list-overrides/SKILL.md├── skills/list-recent-decisions/SKILL.md└── skills/revoke-override/SKILL.md
Included Skills7
Search the AxonFlow audit trail for recent tool executions, policy decisions, and PII detections — use to answer "what happened recently?" or to gather compliance evidence
Show AxonFlow plugin status — tenant_id (needed for Stripe Pro upgrade), tier (Free/Pro), Pro license expiry date, endpoint, and config file paths
Create a governed session override for a policy that would otherwise deny — mandatory justification, server-clamped TTL, blocked for critical-risk policies
Fetch the full reasoning behind an AxonFlow policy decision — matched policies, risk level, override availability, recent hit count
List active session overrides scoped to the caller's tenant — useful for auditing dangling overrides or confirming an override is in effect before retrying
Surface the user's recent AxonFlow governance decisions — answers "what just got blocked", "show me my recent denials", or feeds a decision-history forensic flow
Revoke a previously-created AxonFlow session override — emits an audit event and ensures subsequent policy evaluations no longer consult it
Plugin manifests1
{
"name": "axonflow",
"description": "Policy enforcement, PII detection, and audit trails for Claude Code. Govern tool execution, scan outputs for sensitive data, and maintain compliance-grade records of every action.",
"version": "1.11.0",
"author": {
"name": "AxonFlow",
"email": "[email protected]",
"url": "https://getaxonflow.com"
},
"homepage": "https://docs.getaxonflow.com/docs/integration/claude-code/",
"repository": "https://github.com/getaxonflow/axonflow-claude-plugin",
"keywords": [
"governance",
"security",
"pii",
"audit",
"compliance",
"policy-enforcement"
],
"license": "MIT",
"logo": "assets/logo.png"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[axonflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/axonflow)