quillai-network

23 mods across 1 repository, 120 stars between them.

quillai-network/quillshield_skills

Plugin Claude Code

Plugin marketplace listing 11 plugins: behavioral-state-analysis, semantic-guard-analysis, state-invariant-detection, reentrancy-pattern-analysis, oracle-flashloan-analysis.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Multi-dimensional smart contract security auditing using Behavioral State Analysis (BSA). Combines behavioral intent extraction, parallel threat engines (economic, access control, state integrity), adversarial simulation with PoC generation, and Bayesian confidence scoring.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Token-efficient smart contract security auditing via Behavioral State Analysis (BSA). Scopes analysis to contract type, runs only relevant threat engines, and uses tiered output depth. Use for auditing smart contracts, security reviews, or DeFi threat modeling.

120 5mo ago A 54 tokens original MIT

defender

04

quillai-network/quillshield_skills

Plugin Claude Code

Blue-team release-gate skill for smart contract systems. Classifies projects, reviews deployment and upgrade execution paths, inspects CI/CD and dependency trust boundaries, evaluates signer/admin operational security, and produces evidence-based release blockers, warnings, and release verdicts.

120 5mo ago A tokens not measured original MIT

defender

05

quillai-network/quillshield_skills

Skill Claude CodeCodex

Blue-team release-gate analysis for smart contract deployment and upgrade readiness. Classifies repositories, checks deploy/upgrade execution paths, CI/CD trust boundaries, config drift, secrets/signer operational security, and outputs evidence-backed release verdicts.

120 5mo ago A 50 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects Denial of Service and griefing vulnerabilities in smart contracts — OWASP SC10. Covers unbounded loops, block gas limit exhaustion, external call failure DoS, insufficient gas griefing (63/64 rule), storage bloat, timestamp griefing, self-destruct force-feeding, and push vs pull payment pattern analysis.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects Denial of Service and griefing vulnerabilities in smart contracts. Covers unbounded loop DoS, block gas limit exhaustion, external call failure DoS, insufficient gas griefing (63/64 rule), storage bloat attacks, timestamp griefing, self-destruct force-feeding, and push vs pull payment pattern analysis. Use…

120 5mo ago A 108 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects unsafe external call patterns and token integration vulnerabilities in smart contracts. Covers unchecked call return values, fee-on-transfer tokens, rebasing tokens, missing ERC20 return values (USDT), ERC-777 callback risks, unsafe approve patterns, return data bombs, and pull vs push payment analysis.…

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects unsafe external call patterns and token integration vulnerabilities in smart contracts. Covers unchecked call/delegatecall/staticcall return values, fee-on-transfer tokens, rebasing tokens, tokens with missing return values (USDT), ERC-777 callback risks, unsafe approve race conditions, return data bombs, gas…

120 5mo ago A 99 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects input validation failures and arithmetic vulnerabilities in smart contracts — the #1 direct exploitation cause at 34.6% of cases. Covers missing zero-checks, precision loss from division-before-multiplication, rounding direction exploitation, ERC4626 inflation attacks, unsafe casting, dust amount exploitation.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects input validation failures and arithmetic vulnerabilities in smart contracts. Covers missing zero-address and zero-amount checks, division-before-multiplication precision loss, rounding direction exploitation, ERC4626 vault share inflation attacks, unsafe integer casting, dust amount exploitation, and Solidity…

120 5mo ago A 95 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects price oracle manipulation and flash loan attack vectors in DeFi smart contracts. Classifies oracle trust models (Chainlink, TWAP, spot price), identifies stale price risks, circular dependencies, and flash loan atomicity exploitation patterns. Covers the #2 OWASP Smart Contract vulnerability category.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects price oracle manipulation and flash loan attack vectors in DeFi smart contracts. Classifies oracle trust models (Chainlink, TWAP, spot price, custom), identifies stale price risks, circular price dependencies, and flash loan atomicity exploitation patterns. Use when auditing DeFi protocols that depend on price…

120 5mo ago A 94 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects vulnerabilities in upgradeable proxy smart contracts — storage layout collisions, uninitialized implementations, function selector clashing, and upgrade path safety issues. Covers Transparent, UUPS, Beacon, Diamond (EIP-2535), and Minimal proxy patterns. Critical for the 54.2% of Ethereum contracts that use…

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects vulnerabilities in upgradeable proxy smart contracts including storage layout collisions, uninitialized implementations, function selector clashing, delegatecall context issues, and upgrade path safety. Covers Transparent Proxy, UUPS (EIP-1822), Beacon, Diamond (EIP-2535), and Minimal Proxy (EIP-1167)…

120 5mo ago A 96 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Systematic detection of all reentrancy variants in smart contracts — classic, cross-function, cross-contract, and read-only reentrancy. Verifies CEI pattern compliance, traces external call positions relative to state changes, and detects callback-based attack vectors through ERC-777/ERC-1155 hooks.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Systematically detects all reentrancy vulnerability variants in smart contracts — classic, cross-function, cross-contract, and read-only reentrancy. Builds call graphs, verifies CEI (Checks-Effects-Interactions) pattern compliance, traces state changes relative to external calls, and identifies callback vectors…

120 5mo ago B 100 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects logic vulnerabilities in smart contracts by analyzing guard-state consistency patterns. Uses the Consistency Principle to find functions that bypass security checks (require, modifiers) established by the contract's own patterns.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects logic vulnerabilities in smart contracts by analyzing guard-state consistency patterns. Identifies functions that bypass security checks (require, modifiers) that other functions consistently apply. Uses the Consistency Principle — a contract is its own specification. Use when auditing smart contracts for…

120 5mo ago A 83 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects signature replay vulnerabilities in smart contracts — the vulnerability class affecting 19.63% of signature-using contracts. Covers same-chain, cross-chain, and cross-contract replay attacks, EIP-712 domain separator verification, nonce management analysis, ecrecover edge cases, permit/permit2 safety, and meta.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects signature replay vulnerabilities in smart contracts — affecting 19.63% of signature-using contracts. Covers five replay types (same-chain, cross-chain, cross-contract, nonce-skip, expired-signature), EIP-712 domain separator verification, nonce management analysis, ecrecover edge cases (address(0)…

120 5mo ago A 132 tokens original MIT

quillai-network/quillshield_skills

Plugin Claude Code

Detects broken mathematical relationships between state variables in smart contracts. Automatically infers invariants (sum, conservation, ratio, monotonic, synchronization) then finds functions that violate them. Catches unauthorized minting, broken tokenomics, and accounting desynchronization.

120 5mo ago A tokens not measured original MIT

quillai-network/quillshield_skills

Skill Claude CodeCodex

Detects broken mathematical relationships between state variables in smart contracts. Automatically infers invariants (totalSupply = sum(balances), conservation laws, ratio constraints) then finds functions that violate them. Catches unauthorized minting, broken tokenomics, accounting desynchronization, and state…

120 5mo ago A 93 tokens original MIT