II.
LibraryProcess overview
Reference · livelib-process:security-research--bug-bounty-workflow
bug-bounty-workflow overview
End-to-end workflow for participating in bug bounty programs from scope review through submission and reward. Covers target reconnaissance, vulnerability hunting, reporting, and program communication best practices.
Attributes
displayName
bug-bounty-workflow
description
End-to-end workflow for participating in bug bounty programs from scope review through
submission and reward. Covers target reconnaissance, vulnerability hunting, reporting, and program
communication best practices.
libraryPath
library/specializations/security-research/bug-bounty-workflow.js
specialization
security-research
references
- - HackerOne: https://www.hackerone.com/ - Bugcrowd: https://www.bugcrowd.com/ - Intigriti: https://www.intigriti.com/
example
const result = await orchestrate('specializations/security-research/bug-bounty-workflow', {
projectName: 'HackerOne Bug Bounty',
program: { platform: 'hackerone', name: 'acme-corp' },
targetScope: { domains: ['*.acme.com'], apps: ['mobile-app'] }
});
usesAgents
- web-security-researcher
- security-report-writer
Outgoing edges
lib_applies_to_domain1
- domain:cybersecurity·DomainCybersecurity
lib_belongs_to_specialization1
- specialization:security-research·Specialization
lib_implements_workflow1
- workflow:vulnerability-management·Workflow
uses_agent2
- lib-agent:security-research--web-security-researcher·LibraryAgentWeb Security Researcher Agent
- lib-agent:security-research--security-report-writer·LibraryAgentSecurity Report Writer Agent
Incoming edges
None.