All authors
PlamenTSV avatar

Claude Skills by PlamenTSV

github.com/PlamenTSV
86 skillsA× 860 installs1 views
Validator Lifecycle And SlashingA

L1 trigger - audits validator entry/exit transitions, slashing correctness, leader-duplicate handling, and lifecycle state invariants for PoS / DPoS / BFT consensus clients.

blockchainrustgo
0
237
Write Error DivergenceA

L1 trigger - audits file/database write paths for metadata commits, cache updates, and success returns that diverge when writes fail.

blockchainrustgo
0
237
Lending Protocol SecurityA

Protocol Type Trigger lending (detected when recon finds liquidate|borrow|repay|collateral|lend|loan|LTV|healthFactor|interestRate|debtToken) - Inject Into Breadth agents, depth...

blockchaingosecurity
0
237
Nft Protocol SecurityA

Protocol Type Trigger nft (detected when ERC721/ERC1155 with marketplace, minting, staking, or collateral logic found) - Inject Into Breadth agents, depth-token-flow, depth-edge...

blockchainrustsecurity
0
237
Outcome DeterminismA

Protocol Type Trigger outcome_determinism - detected when EITHER of these code patterns are present - - Selection from finite depletable pool with fallback behavior (while(full)...

blockchaingo
0
237
Vault AccountingA

Protocol Type Trigger vault (detected in recon TASK 0 Step 1) - Inject Into Core state agent OR economic design agent (merge via M4 hierarchy)

blockchainperformance
0
237
Callback Receiver SafetyA

Niche agent for callback receiver safety: access control on implemented callback handlers, permissionless state inflation via callbacks, and selective revert exploitation

blockchainrust
0
237
Dimensional AnalysisA

Trigger MIXED_DECIMALS flag (mulDiv/mulWad/rayMul + mixed scale factors detected) - standalone niche agent, 1 budget slot

blockchaingoexpress
0
237
Event CompletenessA

Trigger MISSING_EVENT flag in template_recommendations.md (recon detects admin/state-changing functions without events) - Agent Type general-purpose (standalone niche agent, NOT...

blockchain
0
237
Multi Step Operation SafetyA

Niche agent for multi-step operation safety: authorization sequence conflicts in batch/multi-step operations, and infrastructure address targeting via public on-behalf-of functions

testing-security
0
237
Semantic Consistency AuditA

Trigger HAS_MULTI_CONTRACT flag in template_recommendations.md (recon detects 2+ in-scope contracts/modules sharing parameters or formulas) - Agent Type general-purpose (standal...

blockchain
0
237
Semantic Gap InvestigatorA

Trigger Semantic Invariant Agent (Phase 4a.5) reports sync_gaps = 1 OR accumulation_exposures = 1 OR conditional_writes = 1 OR cluster_gaps = 1 in its return message - Agent Typ...

blockchainrustexpress
0
237
Signature Verification AuditA

Trigger HAS_SIGNATURES flag in template_recommendations.md (recon detects signature verification patterns - see chain-specific grep patterns in TASK 6) - Agent Type general-purp...

blockchaingonode
0
237
Spec Compliance AuditA

Trigger HAS_DOCS flag in template_recommendations.md (recon detects non-empty DOCS_PATH - whitepaper, spec, or design doc provided) - Agent Type general-purpose (standalone nich...

testing-securityrustgo
0
237
Stableswap ComplianceA

Trigger STABLESWAP_FORK flag (fork-ancestry detects Curve/StableSwap parent via get_d/get_y/ramp_a/StableSwap patterns) - Agent Type general-purpose (standalone niche agent, 1 budget slot)

blockchainapi
0
237
Account LifecycleA

Trigger Pattern ACCOUNT_CLOSING flag detected (close/CloseAccount usage) - Inject Into Breadth agents, depth agents

blockchaingo
0
237
Account ValidationA

Trigger Pattern Always required for Solana audits - Inject Into Breadth agents, depth agents

blockchainrustgo
0
237
Cpi SecurityA

Trigger Pattern CPI flag detected (invoke/invoke_signed/CpiContext usage) - Inject Into Breadth agents, depth agents

blockchainsecurity
0
237
Instruction IntrospectionA

Trigger Pattern INSTRUCTION_INTROSPECTION flag detected (load_instruction_at/Sysvar1nstructions) - Inject Into Breadth agents, depth agents

blockchain
0
237
Pda SecurityA

Trigger Pattern PDA flag detected (seeds/bump/find_program_address usage) - Inject Into Breadth agents, depth agents

blockchaingitsecurity
0
237
Token 2022 ExtensionsA

Trigger Pattern TOKEN_2022 flag detected (token_2022/spl_token_2022/transfer_checked usage) - Inject Into Breadth agents, depth agents

blockchainrust
0
237
Trident Api ReferenceA

Type Reference document (prevents method signature hallucination) - Trigger trident_available true in build_status.md

blockchainrustbash
0
237
Auth ValidationA

Trigger Pattern Always required for Soroban audits - Inject Into Breadth agents, depth agents

blockchainrustsecurity
0
237
Contract UpgradeabilityA

Trigger Pattern update_current_contract_wasm detected in codebase - Inject Into Breadth agents, depth-state-trace

blockchainrust
0
237
Custom Type SafetyA

Trigger Pattern contractimport! or contracttype detected - Inject Into Breadth agents, depth-external

blockchainrustgo
0
237
Overflow SafetyA

Trigger Pattern Always required for Soroban audits - Inject Into Breadth agents, depth-edge-case

blockchainrustgo
0
237
Sep41 Token SafetyA

Trigger Pattern SEP-41 token patterns detected (approve/transfer/transfer_from/allowance/balance) - Inject Into Breadth agents, depth-token-flow, depth-edge-case

blockchainrustgo
0
237
Storage LifecycleA

Trigger Pattern Always required for Soroban audits - Inject Into Breadth agents, depth agents

blockchainrustgo
0
237
Object OwnershipA

Trigger Pattern Always required for Sui Move audits -- object lifecycle and ownership model - Inject Into Breadth agents, depth-state-trace, depth-token-flow

blockchainrustgit
0
237
Package Version SafetyA

Trigger Pattern PACKAGE_UPGRADE flag (UpgradeCap detected, multiple package versions, upgrade policy references) - Inject Into Breadth agents, depth-external

blockchaingogit
0
237
Ptb ComposabilityA

Trigger Pattern PTB flag (always for Sui -- Programmable Transaction Blocks are the Sui transaction model) - Inject Into Breadth agents, depth-external, depth-state-trace

blockchainrustgo
0
237
Plamen L1 WizardA

Run the Plamen L1 infrastructure audit wizard in Codex

blockchainbackend
0
237
Plamen L1A

Launch the Plamen deterministic L1 infrastructure audit pipeline

blockchainbackend
0
237
Plamen WizardA

Run the Plamen smart-contract audit wizard in Codex

blockchainbackend
0
237
PlamenA

Launch the Plamen deterministic Web3 security audit pipeline

blockchainpythonrust
0
237
Audit PrepA

Prepare Solidity projects for a security audit — test coverage, test quality, NatSpec docs, code hygiene, dependency health, best-practice enforcement, deployment readiness, and project documentation checks. Generates a scored Audit Readiness Report and optionally runs static analysis. Trigger on: "prepare for audit", "audit readiness", "pre-audit check", "audit prep", "NatSpec check", or any request to review a Solidity codebase before a security review.

testing-securityrustbash
0
237