mergemat/agent-readiness-skills · Archived

audit-runtime-policy

Audits tool, connector, skill, hook, side-effect, and approval policy for a repo or task. Use when user asks what tools are allowed, whether MCP/connectors/skills may be used, or wants runtime-policy gaps before agent execution.

First seen Jul 9, 2026

Installation

$ npx skills add mergemat/agent-readiness-skills --skill audit-runtime-policy

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mergemat/agent-readiness-skills.

npx skills add mergemat/agent-readiness-skills

Browse all from mergemat/agent-readiness-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,325 B
  • docs SUMMARY.md 256 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Audit Runtime Policy

Check what an agent may do in this repo or task.

This skill audits policy. It does not grant permissions.

Inspect

Look for:

  • root agent instructions
  • docs/agents/tool-policy.md or equivalent
  • task-specific instructions
  • CI, hooks, pre-commit, lint-staged, or workflow files
  • connector, MCP, and skill configuration
  • approval rules for writes, network, deploy, secrets, and destructive actions

Use [policy-format.md](references/policy-format.md) for formal policy output.

Classify

For each requested or available capability, classify:

  • allowed
  • allowedwithapproval
  • read_only
  • forbidden
  • unknown

Also classify risk:

  • local read
  • local write
  • network read
  • external write
  • secrets/data
  • destructive
  • deploy/runtime

Output

Return:

  • allowed tools and limits
  • blocked or approval-gated actions
  • missing policy facts
  • required checks or hooks
  • deviations from task or repo policy

If policy is missing, recommend the smallest docs/agents/tool-policy.md entry needed.