AgentStack
SKILL verified Apache-2.0 Self-run

Incident

skill-justnau1020-claude-os-incident · by justnau1020

Guide through security incident or outage response. Use when there is a security incident, the service is down, or there is a production emergency.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-justnau1020-claude-os-incident

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Incident? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Incident Response

This is an emergency procedure. Follow steps carefully.

Steps

1. Assess

  • What is the nature of the incident? (outage, security breach, data corruption)
  • When did it start?
  • What is the blast radius? (single user, all users, data integrity)

2. Contain

  • If security breach: rotate all API keys and secrets immediately
  • If outage: check health endpoint and CI status
  • If data corruption: stop the service, take a backup immediately
# Take immediate backup (adjust for your database)
# SQLite
cp database.db database.db.incident-backup

# PostgreSQL
pg_dump dbname > incident-backup.sql

3. Diagnose

# Check service status
curl -sf https://{PRODUCTION_URL}/health

# Check recent CI
gh run list --limit 5

# Check recent commits for the cause
git log --oneline -10

4. Remediate

Follow the relevant procedure from the project's runbook or operational docs.

5. Recover

  • Verify service is healthy
  • Verify data integrity
  • Notify affected users if applicable

6. Document

Create an incident report with:

  • Timeline of events
  • Root cause
  • Resolution steps taken
  • Prevention measures for the future

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.