Program Overview
Chainlink runs a bug bounty program on HackerOne. The program has 8 in-scope assets.
8
In-Scope Assets
4d
Avg Response
70%
Efficiency
14d
Avg Bounty Time
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| *.smartcontract.com | WILDCARD | None | No Bounty |
| Faucets | OTHER | High | Bounty |
| chain.link | URL | Medium | No Bounty |
| https://github.com/smartcontractkit/chainlink | SOURCE_CODE | Critical | Bounty |
| https://github.com/smartcontractkit/chainlink-evm/tree/develop/contracts | SMART_CONTRACT | Critical | Bounty |
| https://github.com/smartcontractkit/chainlink-solana/tree/develop/contracts | SMART_CONTRACT | Critical | Bounty |
| https://github.com/smartcontractkit/external-adapters-js/ | SOURCE_CODE | High | Bounty |
| https://github.com/smartcontractkit/staking-v0.1/tree/master/contracts | SMART_CONTRACT | Critical | Bounty |
Out-of-Scope Assets
- Intercom
- blog.chain.link
- chainlinklabs.com
- create.smartcontract.com
- docs.chain.link
- github.com/smartcontractkit/chainlink/contracts/src/*/dev
- github.com/smartcontractkit/chainlink/examples
- https://github.com/smartcontractkit/chainlink
- https://github.com/smartcontractkit/chainlink-evm/tree/develop/contracts/.../dev
- https://github.com/smartcontractkit/chainlink-solana/tree/develop/contracts/.../dev
- https://github.com/smartcontractkit/chainlink/tree/master/contracts
- https://github.com/smartcontractkit/chainlink/tree/master/core/internal
- https://github.com/smartcontractkit/chainlink/tree/master/core/sgx
- https://github.com/smartcontractkit/chainlink/tree/master/integration
- https://github.com/smartcontractkit/chainlink/tree/master/tools
Tips for Hacking Chainlink
- 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 Chainlink?
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 Chainlink pay bounties?
Yes, Chainlink offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does Chainlink accept?
Chainlink accepts reports for vulnerabilities found in their 8 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.