Program Overview
MetaMask runs a bug bounty program on HackerOne. The program has 15 in-scope assets and is managed by HackerOne's triage team.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| *.api.cx.metamask.io | WILDCARD | Critical | Bounty |
| MetaMask Browser Extension | OTHER | Critical | Bounty |
| MetaMask SDK | OTHER | Critical | Bounty |
| Snaps | OTHER | Critical | Bounty |
| Third Party Snaps | OTHER | None | No Bounty |
| api-wallet.web3auth.io | URL | Critical | Bounty |
| https://*.metamask.io | WILDCARD | Critical | Bounty |
| https://metamask.github.io/phishing-warning/<vX.Y.Z> | OTHER | Critical | Bounty |
| io.metamask | GOOGLE_PLAY_APP_ID | Critical | Bounty |
| io.metamask.Metamask | APPLE_STORE_APP_ID | Critical | Bounty |
| mUSD Stablecoin | OTHER | Critical | Bounty |
| metamask.io | URL | Critical | Bounty |
| signature-insights.api.cx.metamask.io | URL | Critical | Bounty |
| snaps.metamask.io | URL | Critical | Bounty |
| wallet.web3auth.io | URL | Critical | Bounty |
Out-of-Scope Assets
- Core Tier Assets
- Message signing snap
- Metamask Flask Extension
- Non-Core Tier Assets
- Snaps Development Packages
- Wallet Tier Assets
- api-dashboard.web3auth.io
- card.metamask.io
- community.metamask.io
- dashboard.web3auth.io
- developer.metamask.io
- https://github.com/Web3Auth/web3auth-web
- https://metamask.github.io/
- https://mmi-support.metamask.io/
- https://support.metamask.io/
- https://user-storage.api.cx.metamask.io
- https://www.npmjs.com/search?q=%40metamask
- permissionless.snaps.metamask.io
- portfolio.metamask.io (app.metamask.io)
- travel.metamask.io
Tips for Hacking MetaMask
- Read the policy — Understand what's in scope, out of scope, and any specific testing restrictions before you start.
- Enumerate the attack surface — Use subdomain enumeration and directory bruteforcing to map all accessible endpoints.
- Focus on high-impact bugs — Look for SQL injection, SSRF, and IDOR vulnerabilities first.
- Test authentication flows — Check for OAuth misconfigurations and CSRF in login/signup flows.
- Write clear reports — Include steps to reproduce, impact assessment, and suggested remediation. Use Burp Suite to capture evidence.
Frequently Asked Questions
How do I start hacking MetaMask?
Sign up on HackerOne, read the program policy carefully, review the in-scope assets listed above, and start testing. Always stay within scope and follow responsible disclosure guidelines.
Does MetaMask pay bounties?
Yes, MetaMask offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does MetaMask accept?
MetaMask accepts reports for vulnerabilities found in their 15 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.