06-security-rollback-required
Every production feature must consider security, rollback, replay, and failure paths before being called complete. - Auth checks must be real, not `return Ok(())` pass-throughs.
Install / Use
npx skills add Cyptopimpinainteazy/xxxstarInstalls into whichever agent you are using.
Skill content
View source on GitHubRule: Security and Rollback Required
Purpose
Every production feature must consider security, rollback, replay, and failure paths before being called complete.
Required Behavior
- Auth checks must be real, not
return Ok(())pass-throughs. - Secret handling must use proper key management, not hardcoded strings.
- Bridge paths must validate signatures/merkle proofs, not trust incoming data.
- Rollback paths must exist and be tested — revert state, refund assets, cancel operations.
- Replay protection must be present on all cross-chain operations.
- Unsafe code must be documented, minimized, and reviewed.
Forbidden Behavior
- Do NOT ship
// TODO: add authin production paths. - Do NOT hardcode API keys, private keys, or seed phrases.
- Do NOT skip signature verification with
if trueor// skip for now. - Do NOT ship bridge code that doesn't verify source chain proofs.
- Do NOT ship rollback logic that is never tested.
- Do NOT claim mainnet-readiness without security review.
Proof Required
- Security review check must pass or be explicitly waived with reason.
- Rollback tests must exist and pass.
- Replay protection must be demonstrable.
- Unsafe code blocks must be audited.
Related Skills
Anthropic-Cybersecurity-Skills
33.1k817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains ·…
nanoclaw
30.8kA lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
SkillSpector
18.0kSecurity scanner for AI agent skills. Detect vulnerabilities, malicious patterns, security risks, prompt injection, data exfiltration, and supply-chain risks in Claude Code, Codex, and MCP skills before you install them.
hexstrike-ai
12.0kHexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research.
Security Score
Audited on Invalid Date
