agent-blast-radius

Inventory an autonomous agent's touched files, commits, APIs, processes, and scheduled tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inventory everything an autonomous agent has actually touched over a time window — files modified, commits authored, APIs called, processes spawned, scheduled tasks created — and produce a blast-radius report. Use when the user says "blast radius", "what has my agent done", "agent footprint", "audit agent actions", or wants visibility into the expanding surface of a long-running autonomous agent.

Core Features & Use Cases

  • Footprint inventory: enumerate touched filesystem items, commits, API calls, processes, and scheduled tasks within a time window.
  • Blast-radius report: generate a structured summary suitable for audits and governance reviews.
  • Use Case: perform weekly agent-footprint reviews or post-incident investigations to identify unexpected surface exposure.

Quick Start

Run the blast-radius workflow to generate an agent footprint report for the past window.

Frequently Asked Questions about agent-blast-radius

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

FAQPage Schema
How do I audit what files and APIs an autonomous agent has touched?

To audit an autonomous agent's footprint, inventory touched files, commits, APIs, processes, and scheduled tasks within a specific time window. This generates a structured blast-radius report for inspecting surface exposure and governance reviews.

What is an agent blast radius report and when do I need one?

An agent blast radius report is a structured summary of all filesystem items, commits, API calls, and processes an autonomous agent has modified. You need one for weekly agent-footprint reviews or post-incident investigations to identify unexpected surface exposure.

Can I perform a post-incident investigation on a long-running agent's API calls?

Yes, you can perform a post-incident investigation on long-running agents by collecting and aggregating API calls, spawned processes, and file modifications by surface area within a defined time window to generate a deterministic footprint report.

How do I inventory scheduled tasks created by an autonomous agent?

You inventory scheduled tasks created by an autonomous agent by running a deterministic footprint collection workflow. This enumerates created tasks alongside touched files and commits, aggregating them into a structured blast-radius report for governance checks.

Does agent footprint auditing work for scheduled pipelines and long-running tasks?

Agent footprint auditing is suitable for scheduled pipelines and long-running tasks. It deterministically collects and aggregates touched files, authored commits, and spawned processes within a time window to produce a blast-radius report for inspection.