II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--security-testing
security-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--security-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "security-testing",
"description": "Security Testing Automation - Comprehensive security testing framework covering OWASP Top 10,\nvulnerability scanning, penetration testing, authentication/authorization testing, data security validation,\ncompliance verification, and security regression testing with automated quality gates and remediation tracking.",
"libraryPath": "library/specializations/qa-testing-automation/security-testing.js",
"specialization": "qa-testing-automation",
"references": [
"- OWASP Top 10: https://owasp.org/www-project-top-ten/\n- OWASP API Security Top 10: https://owasp.org/www-project-api-security/\n- OWASP Testing Guide: https://owasp.org/www-project-web-security-testing-guide/\n- NIST Cybersecurity Framework: https://www.nist.gov/cyberframework\n- CWE Top 25: https://cwe.mitre.org/top25/\n- ZAP Documentation: https://www.zaproxy.org/docs/\n- Burp Suite: https://portswigger.net/burp/documentation\n- Security Headers: https://securityheaders.com/"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/security-testing', {\n projectName: 'E-Commerce Platform',\n applicationUrl: 'https://staging.example.com',\n applicationType: 'web-application',\n securityScans: ['owasp-top-10', 'authentication', 'api-security', 'data-protection', 'infrastructure'],\n complianceStandards: ['OWASP', 'PCI-DSS', 'GDPR', 'SOC2'],\n authenticationMethods: ['jwt', 'oauth2', 'session'],\n severityThreshold: 'high',\n penTestingEnabled: true,\n staticAnalysisEnabled: true,\n dynamicAnalysisEnabled: true,\n apiSecurityEnabled: true\n});",
"usesAgents": [
"security-testing-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "skill-area:security-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "skill-area:dast",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "topic:defense-in-depth",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "workflow:security-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--security-testing",
"to": "lib-agent:qa-testing-automation--security-testing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}