The bug bounty payout log for MakerDAO and Sky is not just a ledger of rewards; it is a primary indicator of the protocol's proactive security posture. For CTOs and security engineers, the log's density, the severity distribution of disclosed vulnerabilities, and the median time-to-resolution provide a quantifiable measure of the program's effectiveness. A healthy program consistently attracts high-quality reports that identify non-trivial logic errors in core vat, spot, dog, or end contracts, rather than just surface-level frontend bugs. This demonstrates that the incentive structure—managed historically through platforms like Immunefi—is correctly calibrated to compete for skilled whitehat attention against potential blackhat gains.

Bug Bounty Payouts and Responsible Disclosure Log
Program Effectiveness and Disclosure Transparency
A data-driven look at how MakerDAO and Sky's bug bounty programs translate vulnerability disclosures into measurable protocol security improvements.
Transparency in this log serves as a critical trust signal for integrators and downstream protocols. When a vulnerability is disclosed, fixed in a DSS spell, and publicly documented with a post-mortem, it validates the integrity of the governance and upgrade path. For teams building on Spark, integrating USDS/DAI, or forking DSS components, the disclosure log is a due diligence artifact. It allows them to audit not just the code, but the protocol's operational immune system: how quickly the Governance Security Module delay was used, whether a patch introduced new assumptions, and how the surplus buffer was protected. A sparse or heavily redacted log, conversely, would signal opacity and increase integration risk.
Operational monitoring of the bounty program's output is essential for risk teams modeling the protocol's residual attack surface. A cluster of payouts related to oracle manipulation (OSM, Medianizer) or liquidation auction edge cases (Clipper, Dog) signals a need for deeper parametric review and enhanced keeper monitoring. Chainscore Labs helps security teams and governance delegates interpret these signals, assess whether a disclosed vulnerability class has been fully remediated across all deployed modules, and verify that the fix's invariants hold under updated economic conditions. This turns the disclosure log from a historical record into a forward-looking risk management tool.
Program Quick Facts
Operational overview of the MakerDAO and Sky ecosystem bug bounty program, managed via Immunefi, for security researchers and integrators assessing the protocol's vulnerability management posture.
| Area | What changes | Who is affected | Action |
|---|---|---|---|
Bounty Platform | Program is hosted on Immunefi with defined scope for core DSS contracts, governance spells, and oracle infrastructure. | Security researchers, whitehats, and protocol engineers. | Review the official Immunefi page for current scope, rules, and reward tiers before submitting. |
Assets in Scope | Core smart contracts including Vat, Dog, Clipper, PSM, End, and governance modules. Specific contract addresses are listed on the Immunefi page. | Auditors, integration engineers, and security teams forking or building on DSS. | Cross-reference deployed contract addresses with the bounty scope to ensure coverage of your integration surface. |
Reward Structure | Payouts are determined by vulnerability severity (Critical, High, Medium) and asset impact, with rewards paid in DAI or USDS. | Security researchers evaluating ROI of engagement. | Consult the published payout matrix on Immunefi for specific reward ranges; do not assume amounts for any severity class. |
Disclosure Policy | Responsible disclosure is required. Public disclosure before a fix is deployed and an executive vote has passed is prohibited. | All researchers and external security teams. | Coordinate with the protocol security team via Immunefi. Do not disclose findings on social media or in public forums before remediation. |
KYC Requirements | KYC may be required for large payouts, consistent with Immunefi's standard terms. | Researchers expecting significant bounties. | Be prepared to complete KYC verification to receive rewards above a certain threshold; verify the current threshold on the program page. |
Historical Payouts | The program has paid out for critical vulnerabilities in core contracts, auction mechanisms, and oracle logic. Specific amounts and vectors are logged. | Risk teams and integrators modeling residual protocol risk. | Review the historical payout log to understand the types of vulnerabilities that have been found and fixed in the codebase you depend on. |
Out-of-Scope Issues | Frontend bugs, phishing sites, and vulnerabilities in third-party applications not directly controlled by MakerDAO/Sky governance are typically out of scope. | Wallet teams, frontend developers, and ecosystem app builders. | Verify your finding is in scope before investing time. Out-of-scope issues should be reported to the relevant application team directly. |
Governance Fix Path | Validated critical vulnerabilities are patched via a spell crafted by the protocol engineering team and executed through the standard governance process. | Governance delegates, spell crafters, and security council members. | Monitor executive vote calendars for emergency spells related to vulnerability remediation and verify the proposed fix independently. |
Vulnerability Classes and Reward Ranges
A structured breakdown of the vulnerability classes in scope for the MakerDAO and Sky bug bounty program, including severity definitions and the corresponding reward ranges for responsible disclosures.
The MakerDAO and Sky bug bounty program, hosted on Immunefi, defines a clear taxonomy of vulnerability classes to guide security researchers and ensure consistent reward adjudication. The program covers critical smart contract vulnerabilities in the Dai Stablecoin System (DSS) core contracts—such as the Vat, Dog, Clipper, and End modules—as well as the Sky Protocol's new infrastructure. In-scope classes include logical flaws that could lead to unauthorized fund transfers, manipulation of auction parameters, oracle price feed poisoning, and governance spell execution bypasses. The severity of a vulnerability is assessed based on its potential impact on protocol solvency, user funds, and the integrity of the peg, with rewards scaling from low-severity informational findings to critical exploits that could drain the surplus buffer or cause a systemic depeg.
Reward ranges are explicitly tied to the Immunefi Vulnerability Severity Classification System v2.3. Critical vulnerabilities, such as direct theft of locked collateral or an infinite mint of unbacked DAI/USDS, command the highest payouts, often reaching the program's maximum cap. High-severity findings, including manipulation of the liquidation engine to steal collateral at a discount or bypassing the Governance Security Module delay, receive substantial rewards. Medium and low-severity issues, such as griefing attacks on keepers or oracle relay network liveness failures, are compensated at lower tiers. The program explicitly excludes certain classes, including vulnerabilities in third-party frontends not officially maintained by MakerDAO/Sky, theoretical attacks requiring compromised admin keys, and issues already identified in public audits, to focus researcher effort on novel, high-impact attack vectors.
For integrators and protocol engineers, this vulnerability taxonomy serves as a de facto risk checklist. A finding classified as 'critical' in the bug bounty program directly maps to a catastrophic integration risk for lending protocols, bridges, or exchanges that depend on the solvency of DAI or USDS. Understanding the historical pattern of disclosed vulnerabilities and their severity classifications helps downstream teams prioritize their own security monitoring and incident response playbooks. Chainscore Labs can assist integration partners in mapping these vulnerability classes to their specific operational risk models, reviewing smart contract interfaces for exposure to known exploit patterns, and validating that remediation measures from past disclosures have been correctly implemented in their forked or integrated codebases.
Stakeholder Impact
Impact on Researchers
Bug bounty payouts and responsible disclosure logs directly affect a researcher's decision to engage with the MakerDAO and Sky ecosystem. A transparent, well-maintained log signals a mature program that values security contributions.
Key considerations:
- Payout history demonstrates the program's financial commitment and severity classification consistency.
- The log reveals the types of vulnerabilities (e.g., oracle manipulation, auction edge cases, governance spell flaws) that are in scope and rewarded.
- Researchers can gauge the program's responsiveness by analyzing the time between disclosure and remediation.
- Historical severity ratings help calibrate a researcher's own vulnerability assessment before submission.
Action: Review the log to understand the program's scope boundaries and ensure your finding aligns with previously rewarded vulnerability classes before investing significant research time.
Integration and Security Review Impact
The bug bounty log is not just a ledger of payouts; it is a map of the protocol's attack surface. Each disclosed vulnerability reveals a class of risk that integrators, fork maintainers, and security reviewers must account for in their own threat models.
Fork and Integration Security Baseline
Teams forking DSS contracts or integrating DAI/USDS must review the historical vulnerability log to ensure their codebase does not replicate known flaws. A disclosed rounding error in the PSM or a delegatecall misuse in a governance spell is a direct signal to audit your own implementation for the same class of bug. Chainscore Labs performs integration security reviews that cross-reference this log against your architecture to verify that all known vulnerability patterns have been mitigated.
Auction Parameter Hardening
The log contains multiple instances of keeper auction manipulation due to incorrect tau, buf, or chip parameters. Any protocol operating liquidation or surplus auctions must validate that their parameter configuration is resilient against the grifting and flash loan vectors documented here. Chainscore Labs offers auction mechanism review to stress-test your parameter choices against historical exploit patterns before deployment.
Oracle Dependency Risk Assessment
Disclosures involving the Medianizer, individual feed compromises, and LP token pricing manipulation highlight the fragility of oracle dependencies. Integrators consuming Maker price data or operating their own oracle nodes must understand these failure modes. Chainscore Labs conducts oracle risk assessments that map your dependency tree against the incident log to identify single points of failure and stale-price exposure.
Governance Spell and Upgrade Path Review
Vulnerabilities in DSPauseProxy execution and governance spell construction demonstrate that the protocol's upgrade mechanism itself is an attack surface. Teams building governance tooling or participating as delegates must verify spell payloads independently. Chainscore Labs provides governance security review to validate spell construction, timelock integrity, and delegatecall safety for your protocol's upgrade path.
Operational Security for Vault and Keeper Operators
Phishing campaigns targeting vault owners and supply chain attacks on governance frontends are recurring threats documented in the advisory log. Operators managing significant vault positions or running keeper infrastructure must implement verification workflows that do not rely solely on frontend trust. Chainscore Labs helps teams design operational security playbooks that include independent transaction verification and dependency integrity checks.
RWA and Off-Chain Integration Threat Modeling
The log of RWA custodian failures and settlement issues reveals that off-chain dependencies introduce risk classes not present in purely on-chain systems. Integrators building on RWA collateral or interfacing with custodians must model legal, operational, and valuation failure modes. Chainscore Labs offers RWA integration risk assessment that maps off-chain trust assumptions and validates the on-chain safeguards against historical operational failures.
Disclosed Vulnerability Risk Matrix
A structured overview of vulnerability classes disclosed through the Immunefi and predecessor bug bounty programs, mapping each area of concern to affected system components, the responsible parties, and recommended operational actions for integrators and security teams.
| Area | What changes | Who is affected | Action |
|---|---|---|---|
DSS Core Contracts (Vat, Cat, Jug, Spot, End) | Logic errors in core accounting, rate accumulation, or settlement that could lead to fund loss or system insolvency. | Vault operators, keepers, exchanges, custody providers, governance spell crafters. | Review audit reports and disclosed vulnerabilities for forked codebases; verify deployed contract versions against the canonical executive vote history. |
Governance Spell and DSPauseProxy Execution | Malformed calldata, delegatecall misuse, or timing attacks on the Governance Security Module delay that could hijack the upgrade path. | Governance delegates, spell crafters, security reviewers, and any protocol integrating MKR/SKY governance contracts. | Independently verify spell payloads before voting; simulate execution on a fork to validate state transitions; monitor the GSM delay for anomalous scheduling. |
Oracle Medianizer and Individual Feed Compromise | Stale prices, manipulated feed values, or compromised oracle nodes leading to incorrect liquidation triggers or bad debt. | Oracle node operators, vault operators, lending protocols consuming Maker price feeds, risk teams. | Validate feed diversity and quorum logic; monitor for stale price events; verify the current oracle security parameters against governance decisions. |
Liquidation Module Auctions (Dog/Clipper) | Grifting attacks, incorrect tau or buf calculations, and edge cases in the take function allowing keeper profit at the protocol's expense. | Keeper operators, vault operators, protocols forking or integrating Maker liquidation logic. | Audit auction parameter configurations; simulate auction behavior under extreme market conditions; monitor for anomalous keeper profitability. |
Peg Stability Module (PSM) Exploit Vectors | Rounding errors, fee-on-transfer token incompatibilities, and reentrancy-like risks during high-volume minting and burning. | Exchanges, aggregators, DeFi protocols integrating directly with the PSM for DAI/USDS minting and redemption. | Verify token compatibility before PSM integration; review disclosed rounding and reentrancy vectors; test edge cases with large swap amounts. |
LP Token and Derivative Collateral Oracle Manipulation | Manipulation of pricing for composable assets like stETH or wrapped tokens, leading to undercollateralized borrowing. | Risk teams evaluating collateral onboarding, protocols issuing derivative assets used as Maker collateral. | Assess the pricing methodology for complex collateral types; monitor for governance decisions to offboard or adjust risk parameters for derivative tokens. |
Frontend and Governance Tooling Phishing | Fake frontends requesting proxy approvals or malicious governance vote signatures targeting vault owners and MKR/SKY holders. | Vault operators, governance participants, wallet integration teams. | Verify frontend URLs and contract addresses independently; simulate transaction payloads before signing; monitor for indicators of compromise in governance tooling dependencies. |
Supply Chain Attacks on Governance Interfaces | Compromised dependencies in governance frontends or voting tools creating risk of malicious transaction signing. | MKR/SKY delegates, large token holders, teams building governance tooling. | Verify transaction payloads independently before signing; audit dependency supply chains for governance interfaces; use hardware wallets for high-value governance actions. |
Security Researcher and Integrator Checklist
A practical checklist for security researchers preparing submissions and for integrators assessing the security posture of the MakerDAO and Sky protocol based on its historical vulnerability disclosures and bounty program performance.
Review the active Immunefi bug bounty program page for MakerDAO and Sky to confirm the exact assets in scope. The program typically covers core DSS contracts (Vat, Cat/Dog, Spot, End, Jug), governance spells, oracle infrastructure, and token contracts for DAI, USDS, MKR, and SKY. Testing out-of-scope assets or using mainnet for destructive testing can disqualify a submission. Researchers should also check for any temporary exclusions during active governance votes or spell executions. Integrators reviewing the program should confirm that the scope aligns with the contracts they depend on.
Canonical Resources
Use these primary sources to verify MakerDAO and Sky bug bounty disclosures, remediation status, governance execution, and affected contract scope. Teams should cross-check bounty writeups against deployed spells and repository history before treating a vulnerability as fully remediated.
Chainscore Disclosure Log Review Workflow
For each significant payout, build an internal record with: vulnerability class, affected contract or operational component, severity basis, disclosure source, patch commit or spell, execution status, downstream integration impact, and remaining monitoring signals. Chainscore Labs can help teams normalize MakerDAO and Sky bounty disclosures into an actionable control log, review whether their own integrations inherited the issue, and define alerts for governance, oracle, PSM, liquidation, and token-migration risks.
Looking to build on a specific blockchain?
We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.
EVM ecosystems
- Ethereum
- Arbitrum
- Optimism
- Polygon
- Avalanche
- Cronos

Non-EVM ecosystems
- Solana
- Sui
- Aptos
- Hedera
- Stellar
- NEAR
Additional ecosystems
- Polkadot
- Cosmos
- TON
- Cardano
- Algorand
- Tempo
Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.
Frequently Asked Questions
Common questions from security researchers, integrators, and protocol engineers about the MakerDAO and Sky bug bounty program, responsible disclosure process, and how to interpret the payout log.
Submit all vulnerabilities through the official Immunefi bug bounty program. Do not disclose details publicly or in community channels before the triage and remediation process is complete.
Submission requirements:
- Provide a detailed description of the vulnerability and its impact
- Include a proof of concept (PoC) demonstrating the exploit path
- Specify the affected contracts, repositories, and deployment environments
- Rate the severity according to the Immunefi Severity Classification System
What happens next:
- The security team acknowledges receipt within 24 hours
- Triage determines validity and severity within 48 hours
- Valid reports enter a confidential remediation workflow with core developers
- Payouts are processed after the fix is deployed and verified
Researchers should review the program's scope page on Immunefi before submitting. Out-of-scope assets, known issues, and vulnerabilities already disclosed in audit reports are not eligible for rewards.
Delivering blockchain solutions for 5+ years.
We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.
Selected Partners & Clients
“I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
How to get started?
If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.
Exploration & Strategy
Define your product goals and choose the right blockchain architecture for your use case.
Architecture & Design
Design the smart contracts, tokenomics, and security parameters of your system.
Development & Integration
Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.
Security & Launch
Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.
Discover our
blockchain development services.
We build production-grade blockchain solutions for top-tier projects across DeFi and Web3.
Need a blockchain engineering team?
Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.


