agent-authority-map

Parse Claude Code settings, MCP registrations, hooks, and plugins into a permission map.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill agent-authority-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-authority-map
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/agent-authority-map
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill agent-authority-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and visualize what an agent is actually allowed to do — parses Claude Code settings, hooks, MCP server configs, and tool permissions to surface authority gaps where the agent takes actions no human explicitly approved.

Core Features & Use Cases

  • Inventory permission sources across settings, MCP registrations, hooks, and installed plugins to identify hidden authority gaps.
  • Classify permissions into explicit allow, explicit deny, implicit, and hook-gated to enable risk prioritization.
  • Generate a clear, shareable authority map for deployment reviews, governance meetings, and onboarding.

Quick Start

Ask me to generate an authority map for your Claude Code project to reveal the agent's permission surface.

Frequently Asked Questions about agent-authority-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Claude Code agent permissions before deployment?

Auditing Claude Code agent permissions involves generating an authority map that parses settings.json, MCP registrations, hooks, and plugin configurations to surface the actual permission surface and identify hidden authority gaps before deployment.

What are implicit agent permissions and how do hooks gate them?

Implicit agent permissions are actions not explicitly allowed or denied but governed by hook-gated settings. Auditing classifies permissions into explicit allow, explicit deny, implicit, and hook-gated categories to enable risk prioritization.

How do I visualize what my MCP servers and hooks are allowed to do?

You visualize MCP server and hook permissions by generating a structured authority map that parses MCP registrations and hook configurations, revealing the tools and settings influencing agent actions to produce a shareable risk report.

Can I check Claude Code settings and plugin configurations for governance compliance?

Yes, you can check governance compliance by inventorying permission sources across settings, MCP registrations, hooks, and installed plugins, which classifies permissions and generates a clear authority map for governance meetings and deployment reviews.

What is the best way to surface authority gaps when onboarding teams to Claude Code?

The best way to surface authority gaps during team onboarding is generating an authority map that parses settings and plugin configurations, revealing where the agent takes actions no human explicitly approved to ensure safe deployment.

When should I run an agent permission audit after plugin changes?

You should run an agent permission audit after plugin changes whenever new tools or settings are introduced, as modifying plugins can alter the permission surface and create implicit authority gaps that require risk assessment.