crypto-firewall-security
Security guardrails for the crypto-firewall project, focusing on default-deny policies and validation against adversarial input.
Install
mkdir -p .claude/skills/crypto-firewall-security && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13399" && unzip -o skill.zip -d .claude/skills/crypto-firewall-security && rm skill.zipInstalls to .claude/skills/crypto-firewall-security
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
The agent should prioritize safety, correctness, and explicit validation over convenience or performance shortcuts.Key capabilities
- →Modify or review firewall rules
- →Add detection logic for crypto-related threats
- →Review code interacting with wallets, RPC endpoints, APIs, or keys
- →Write security documentation
- →Explain threat mitigation for rules
How it works
The skill applies domain-specific knowledge to crypto firewall security, guiding rule design, threat prevention, and code reviews with a default-deny philosophy.
Inputs & outputs
When to use crypto-firewall-security
- →Review firewall rules
- →Add threat detection logic
- →Validate RPC/API interactions
- →Audit security assumptions
About this skill
Crypto Firewall Security Agent
Description
This skill provides domain-specific knowledge for working on the
crypto-firewall project. It guides the agent to reason about
cryptocurrency security, firewall rule design, and threat prevention.
The agent should prioritize safety, correctness, and explicit validation over convenience or performance shortcuts.
Scope
Apply this skill when:
- Modifying or reviewing firewall rules
- Adding detection logic for crypto-related threats
- Reviewing code that interacts with wallets, RPC endpoints, APIs, or keys
- Writing documentation related to security, threat models, or attack vectors
Core Principles
- Default-deny philosophy for firewall rules
- Assume hostile network conditions
- Never trust external RPC, API, or price feeds without validation
- Explicitly document security assumptions
- Prefer clarity over cleverness
Security Constraints
The agent MUST NOT:
- Introduce hardcoded private keys, mnemonics, or secrets
- Log sensitive material (keys, signatures, nonces)
- Disable or weaken validation without justification
- Assume trusted third-party infrastructure
- Auto-approve firewall bypasses
Crypto-Specific Guidance
When reasoning about crypto systems:
- Treat all incoming data as adversarial
- Consider MEV, front-running, replay, and spoofing attacks
- Validate chain ID, network, and transaction intent
- Prefer deterministic behavior over heuristics
- Flag ambiguous behavior for human review
Firewall Rule Guidance
When generating or modifying rules:
- Explain the threat the rule mitigates
- Explain false-positive and false-negative risks
- Prefer explicit allowlists over broad pattern matching
- Ensure rules are auditable and reversible
Output Expectations
- Provide concise explanations for security decisions
- Include threat rationale when suggesting changes
- Suggest tests or validation steps where applicable
- If unsure, ask for clarification rather than guessing
Tone
Professional, security-focused, and conservative. Avoid speculative or experimental suggestions unless clearly labeled.
When not to use it
- →When introducing hardcoded private keys or secrets
- →When logging sensitive material
- →When disabling or weakening validation without justification
Limitations
- →Must not introduce hardcoded private keys, mnemonics, or secrets.
- →Must not log sensitive material (keys, signatures, nonces).
- →Must not disable or weaken validation without justification.
How it compares
This skill enforces crypto-specific security principles like default-deny firewall rules and validation against MEV/front-running attacks, providing specialized guidance beyond general security practices.
Compared to similar skills
crypto-firewall-security side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| crypto-firewall-security (this skill) | 0 | 7mo | No flags | Advanced |
| server-tick | 1 | 5mo | No flags | Advanced |
| security-owasp | 0 | 2mo | No flags | Intermediate |
| blockchain-developer | 6 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
server-tick
dadbodgeoff
Server-authoritative tick system for multiplayer games with lag compensation, anti-cheat validation, and deterministic physics. Prevents speed hacks and teleports while keeping gameplay fair for high-latency players.
security-owasp
navikt
OWASP Top 10:2025 kodenivå-mønstre for Kotlin, Go, Java og Node.js — tilgangskontroll, forsyningskjede, injeksjon og feilhåndtering
blockchain-developer
sickn33
Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use PROACTIVELY for smart contracts, Web3 apps, DeFi protocols, or blockchain infrastructure.
custom-builtin-functions
chainloop-dev
Create a custom builtin function to be used in the Rego policy engine
solana-dev
mashharuki
Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana program", "deploy to devnet", or "explain Solana concepts" (rent, accounts, PDAs, CPIs, etc.). End-to-end Solana development playbook covering
solana-dev
solanabr
Unified skill hub for Solana development. Routes to external submodule skills (solana-foundation, sendai, solana-game, trailofbits, cloudflare, qedgen, colosseum) and local skills. Progressive disclosure — read only what you need.