II.
LibraryProcess overview
Reference · livelib-process:security-research--vulnerability-research-workflow
vulnerability-research-workflow overview
Comprehensive process for systematic vulnerability discovery in target applications or systems. Covers target analysis, reconnaissance, testing methodologies, vulnerability validation, and documentation following industry standards like OWASP Testing Guide and PTES.
Attributes
displayName
vulnerability-research-workflow
description
Comprehensive process for systematic vulnerability discovery in target applications or systems.
Covers target analysis, reconnaissance, testing methodologies, vulnerability validation, and documentation
following industry standards like OWASP Testing Guide and PTES.
libraryPath
library/specializations/security-research/vulnerability-research-workflow.js
specialization
security-research
references
- - OWASP Testing Guide: https://owasp.org/www-project-web-security-testing-guide/ - PTES: https://www.pentest-standard.org/ - CWE Top 25: https://cwe.mitre.org/top25/
example
const result = await orchestrate('specializations/security-research/vulnerability-research-workflow', {
projectName: 'Web Application Security Research',
targetScope: {
applications: ['https://app.target.com'],
apis: ['https://api.target.com'],
codebase: 'https://github.com/target/app'
},
authorizationType: 'bug-bounty',
testingMethodology: 'OWASP'
});
usesAgents
- vuln-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--vuln-researcher·LibraryAgentVulnerability Researcher Agent
- lib-agent:security-research--security-report-writer·LibraryAgentSecurity Report Writer Agent
Incoming edges
None.