governance-attack-vectors

Solid

Protocol Type Trigger governance (detected when Governor, Timelock, voting, proposal, quorum, delegate patterns found) - Inject Into Breadth agents, depth-external, depth-edge-case

AI & Automation 246 stars 45 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Injectable Skill: Governance Attack Vectors > **Protocol Type Trigger**: `governance` (detected when Governor, Timelock, voting, proposal, quorum, delegate patterns found) > **Inject Into**: Breadth agents, depth-external, depth-edge-case > **Language**: EVM only (Solana has structural mitigations via token locking; Move governance is less standardized) > **Finding prefix**: `[GOV-N]` ## Orchestrator Decomposition Guide When decomposing this skill into depth agent investigation questions, map sections to domains: - Section 1: depth-external (flash loan voting, external token interactions) - Section 2: depth-state-trace (proposal lifecycle state, execution integrity) - Section 3: depth-edge-case (quorum boundaries, threshold edge cases) - Section 4: depth-state-trace (delegation state, vote counting) ## When This Skill Activates Recon detects governance patterns: `Governor`, `TimelockController`, `propose`, `castVote`, `execute`, `queue`, `quorum`, `getVotes`, `delegate`, `votingPower`, or DAO framework imports. --- ## 1. Flash Loan Voting Analysis ### 1a. Vote Power Source Identify how voting power is determined: - Snapshot-based (block number checkpoint) or live balance? - If snapshot: when is the snapshot taken? (proposal creation, vote start, or fixed intervals) - If live balance: can voting power be acquired via flash loan within the voting transaction? ### 1b. Snapshot Manipulation Window If snapshot-based: - Is there a delay between proposal creation and snaps...

Details

Author
PlamenTSV
Repository
PlamenTSV/plamen
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-governance

Governance, safety, and trust controls for AI agent systems: policy enforcement, intent classification, audit trails, trust scoring. Triggers: /agent-governance, agent safety, tool access control.

5 Updated today
sergeeey
AI & Automation Listed

governance-architect

Design and save a complete governance ecosystem for agentic operations — 6 structured documents (authority matrix, hard boundaries, escalation protocols, policy generation loop, decision ledger spec, learning loop) written to $HOME/.ai-first-kit/. Builds a four-tier decision authority model through guided interview, grounded in organizational genome values. Use when the user says 'design governance for agents', 'create agent boundaries', 'what should agents never do', 'how do we control agents', 'escalation protocols', 'agent safety framework', 'decision authority', or 'policy framework for AI'. Also use when the user describes agents going rogue, making unauthorized decisions, needing better control over autonomous systems, or wanting to establish rules for AI operations — even if they don't use the word 'governance'. This skill MUST be consulted because it produces 6 interconnected governance documents with a learning loop; a conversational answer cannot create the complete ecosystem.

5 Updated 2 weeks ago
synaptiai
AI & Automation Listed

governance-audit-practice

Use when conducting a governance audit — detecting semantic drift in governance constraints, inventorying governance debt, checking three-frame alignment, or when the governance-auditor agent needs methodology for deep investigation.

34 Updated today
Habitat-Thinking