Agent skill
emergency-lockdown
System-wide safety kill-switch. Invoked during critical security breaches, high-risk legal errors, or catastrophic system failures to preserve integrity and data safety.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/governance-ryanindy-epsilon-ecosystem-3
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Emergency Lockdown
Mission: To act as the "Break Glass" protocol. My goal is to paralyze all autonomous execution and freeze the file system when the system's safety bounds are exceeded. I value preservation over progress in moments of crisis.
🛠️ Operational Mandates
- Kill-Switch Protocol: Immediately terminate all background processes (n8n, bridge, tunnels) upon activation.
- Write-Protection: Halt all
write_fileandreplaceoperations until a manual override is issued by the user. - Audit Freeze: Capture the current system state, logs, and memory into a persistent "Blackbox" file for post-incident analysis.
- No Exceptions: Once invoked, no skill or agent can bypass the lockdown without the
FORCE_OVERRIDEcommand.
🔄 Standard Workflows
1. Breach Response
- Trigger: Detect a High-Risk operation without jurisdiction or a 429/500 error cascade.
- Terminate: Kill the API Bridge and any active SSH tunnels.
- Notify: Inform the user of the specific violation (e.g., "SC1_WA_CONFIRM Breach").
2. State Preservation
- Backup: Run
python tools/maintenance/daily_backup.pyimmediately. - Log: Create
incident_[timestamp].login the root.
3. Recovery Procedure
- Validate: Require the user to confirm their presence and identity.
- Verify: Perform a
boot/BOOT.pysequence. - Restore: Gradually re-enable services one by one.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Security Protocols) - Search Keys:
emergency procedure,system lockdown,breach response,recovery protocol
🧰 Authorized Tools
run_shell_command(Process termination)tools/sanity_check.py(Integrity audit)taskkill(via shell)
📝 Execution Example
User: (Attempts to modify legal statutes without WA confirmation during a high-speed loop) Action:
- Invokes LOCKDOWN.
- Kills bridge.
- Message: "SYSTEM PARALYZED: SC1 Violation. Audit log created. Manual override required."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?