Incident response runbook
Use this when Carina or Scout blocks a prompt, reports a suspected compromise, or fires the kill switch.
1. Blocked prompt (injection shield)
- Open the Scout console and find the latest
injection_blockedorprompt_injection_blockedevent. - Note
instance_id,session_id, and the matched pattern in event metadata. - Do not replay the blocked content into production chat until you understand the source.
- If the same session triggers 3 or more blocks in 15 minutes, Scout emits
repeated_injection_blocksand alerts configured channels. - Resume normal use only after confirming the session input came from an expected user or channel.
2. Suspected compromise (honeypot or stale marker)
- Treat
honeypot_triggeredandstale_marker_detectedas breach-severity until ruled out. - Run
carina scout statuson the Carina host and confirm Scout connectivity. - Check whether any tool attempted to read decoy credentials or replay a retired moving-target marker.
- Review recent tool calls for
shell-exec,file-write,http-request, andemail-send. - If uncertain, activate containment before deeper investigation.
3. Kill switch fired
- Confirm the instance shows
suspendedin Scout (/api/instancesor dashboard). - Stop sending new user traffic to the affected instance.
- Export the incident timeline (
/api/complianceor dashboard export) for your records. - Investigate root cause: injection chain, egress violation, anomaly score, or operator action.
- Resume only with
POST /api/resumeafter remediation and explicit operator approval.
4. Trust or attestation failures
- Check Scout logs for
trust_attestation_failedortrust_verification_failedevents. - Run
pnpm doctorinconsole.labyrinthscout.comand confirmTRUST_ATTESTER_PRIVATE_KEYis set and funded. - Follow Trust wallet rotation if the wallet changed recently.
- Re-run
pnpm trust:registerandpnpm trust:verifyonly after wallet and env are stable.
5. Escalation checklist
| Signal | First action |
|---|---|
| Single injection block | Review session; keep monitoring |
| Repeated injection blocks | Restrict session; notify operator |
| Honeypot trigger | Suspend instance; forensic review |
| Kill switch | Halt traffic; export timeline |
| Risk score spike (+15) | Review last 30 minutes of events |