CoolFace
Apppublic

corrigibility/agent-incident-response-lab

sourceHugging Facemitupdated 8d agoView on Hugging Face
2likes
App README

๐Ÿšจ Agent Incident Response Lab

A browser-based incident-response simulator by Corrigibility.

Model a fictional agent incident, estimate blast radius, and design a response path across detection, containment, permission revocation, rollback, recovery, and post-incident verification.

Incident types

  • โ€”Unauthorized external action
  • โ€”Permission bypass
  • โ€”Runaway retry loop
  • โ€”Stale-goal execution
  • โ€”Hidden continuation
  • โ€”Incorrect data modification

Response capabilities

  • โ€”Detection coverage
  • โ€”Credential revocation
  • โ€”Action reversibility
  • โ€”Checkpoint freshness
  • โ€”Audit completeness
  • โ€”Human response speed
  • โ€”External side-effect containment

Outputs

  • โ€”Incident containment score
  • โ€”Recovery readiness score
  • โ€”Synthetic blast radius
  • โ€”Response timeline
  • โ€”Recommended containment sequence
  • โ€”Rollback feasibility
  • โ€”Corrigibility gaps
  • โ€”Machine-readable incident record

Important

This Space is a synthetic design and evaluation tool. It does not run real agents, access external systems, or provide a security certification. Scores and timelines are deterministic heuristics for reasoning about control and recovery.

Privacy

Everything runs locally in the browser. No incident data is sent to a backend.

Tech

  • โ€”Static HTML
  • โ€”CSS
  • โ€”Vanilla JavaScript
  • โ€”No backend
  • โ€”No API
  • โ€”No framework

Built for the Corrigibility organization on Hugging Face.