getaxonflow

Axonflow Revoke Override — Security skill for Claude Code

Security community

Revoke an active AxonFlow session override (emits an audit event).

How to install Axonflow Revoke Override

Installs to ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-revoke-override/SKILL.md

Terminal
mkdir -p ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-revoke-override && curl -fsSL https://raw.githubusercontent.com/getaxonflow/axonflow-claude-plugin/HEAD/commands/axonflow-revoke-override.md -o ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-revoke-override/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Axonflow Revoke Override does


description: Revoke an active AxonFlow session override (emits an audit event) argument-hint:

Revoke an active AxonFlow session override using the `delete_override` MCP tool.

Override ID to revoke: $ARGUMENTS

If no override ID was provided, suggest the user run `/axonflow-list-overrides` first to find the override they want to revoke.

After revocation:

  • The next policy evaluation will not consult the revoked override
  • The platform records an override_revoked audit

Alternatives in Security

  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Om Vault Audit — Vault Audit 4.6k ★

Full documentation available on GitHub

View Source Repository