kill-switch-audit

Audit agent kill-switches across five layers and produce a pass/fail receipt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a named agent in production has a real, one-step kill path at each of 5 layers (runtime cancel, credential revocation, gateway block, payment freeze, workflow interrupt). Use before shipping a new autonomous agent, during a security review, or any time you need to answer "can we actually stop this agent right now?"

Core Features & Use Cases

  • 5-layer kill-switch verification across runtime cancel, credential revocation, gateway blocking, payment controls, and workflow interruption.
  • Kill-Switch Receipt: per-layer pass/fail with remediation guidance and an incident response plan.
  • Use Case: Security reviews and pre-production deployments to ensure rapid containment of rogue agents.

Quick Start

Run the kill-switch audit on the target agent to generate a per-layer pass/fail receipt and remediation guidance.

Frequently Asked Questions about kill-switch-audit

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

FAQPage Schema
How do I verify a kill-switch for a live autonomous agent?

To verify a kill-switch for a live autonomous agent, audit its deployment across five layers: runtime cancellation, credential revocation, gateway blocking, payment freeze, and workflow interruption. This generates a per-layer pass/fail receipt with remediation guidance for fast containment.

What layers should an emergency stop for AI agents cover?

An emergency stop for AI agents should cover five layers: runtime cancel, credential revocation, gateway block, payment freeze, and workflow interrupt. Auditing these layers ensures a reliable one-step kill path exists to rapidly contain rogue agents.

When do I need to audit agent runtime cancellation and credential revocation?

You need to audit agent runtime cancellation and credential revocation before shipping a new autonomous agent, during a security review, or whenever you must confirm rapid containment capabilities. This verifies that a real, one-step kill path exists at each required layer.

Does a pre-production agent security review require a gateway block test?

Yes, a pre-production agent security review requires a gateway block test to verify live kill-paths. Testing gateway enforcement alongside runtime cancel, credential revocation, payment freeze, and workflow interrupt ensures you can reliably stop the agent right now.

What is the best way to document workflow interruption for rogue agents?

The best way to document workflow interruption for rogue agents is to run a multi-layer kill-switch audit. This produces a Kill-Switch Receipt with per-layer pass/fail results, remediation guidance, and incident-response steps for fast and reliable containment.

Why do I need credential revocation if I already have runtime cancel?

You need credential revocation alongside runtime cancel because a reliable kill-switch requires multiple independent layers. If runtime cancellation fails, revoking credentials, blocking gateways, freezing payments, and interrupting workflows provide redundant paths to stop a rogue agent.