iiRecord
Agentic AI Atlas · penetration-testing
lib-process:security-compliance--penetration-testinga5c.ai
II.
LibraryProcess JSON

lib-process:security-compliance--penetration-testing

Structured · live

penetration-testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:security-compliance--penetration-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "penetration-testing",
    "description": "Penetration Testing Program - Comprehensive ethical hacking and security assessment framework following\nOWASP Testing Guide and PTES (Penetration Testing Execution Standard) methodologies. Covers scoping, reconnaissance,\nvulnerability assessment, exploitation, post-exploitation, reporting, and remediation validation with structured\ntesting phases for web applications, networks, APIs, mobile apps, and cloud infrastructure.",
    "libraryPath": "library/specializations/security-compliance/penetration-testing.js",
    "specialization": "security-compliance",
    "references": [
      "- OWASP Testing Guide: https://owasp.org/www-project-web-security-testing-guide/\n- PTES Technical Guidelines: http://www.pentest-standard.org/index.php/Main_Page\n- NIST SP 800-115: https://csrc.nist.gov/publications/detail/sp/800-115/final\n- OWASP Top 10: https://owasp.org/www-project-top-ten/\n- OWASP API Security Top 10: https://owasp.org/www-project-api-security/\n- MITRE ATT&CK Framework: https://attack.mitre.org/"
    ],
    "example": "const result = await orchestrate('security-compliance/penetration-testing', {\n  projectName: 'E-Commerce Platform',\n  targetScope: {\n    webApplications: ['https://app.example.com', 'https://admin.example.com'],\n    apis: ['https://api.example.com/v1', 'https://api.example.com/v2'],\n    networks: ['10.0.0.0/24'],\n    mobileApps: ['com.example.app'],\n    cloudInfrastructure: ['AWS Account: 123456789']\n  },\n  testingType: 'comprehensive', // 'comprehensive' | 'focused' | 'retest'\n  methodology: 'OWASP', // 'OWASP' | 'PTES' | 'NIST' | 'Custom'\n  approach: 'grey-box', // 'black-box' | 'grey-box' | 'white-box'\n  complianceRequirements: ['PCI-DSS', 'SOC2', 'ISO27001', 'HIPAA'],\n  testingDuration: '2-weeks',\n  authorizedTesters: ['security-team@example.com'],\n  retestAfterRemediation: true,\n  testingWindow: { start: '2026-02-01', end: '2026-02-14' },\n  emergencyContact: 'security-lead@example.com'\n});",
    "usesAgents": [
      "pentest-scoping-specialist",
      "recon-specialist",
      "manual-tester",
      "exploitation-specialist",
      "post-exploitation-specialist",
      "api-security-tester",
      "network-pentester",
      "cloud-security-tester",
      "social-engineer",
      "compliance-auditor",
      "risk-scoring-agent",
      "remediation-advisor",
      "pentest-report-writer",
      "retest-coordinator"
    ],
    "usesSkills": [
      "owasp-security-scanner"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "domain:security",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "workflow:code-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "specialization:security-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "lib-agent:software-architecture--compliance-auditor",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "lib-agent:security-compliance--risk-scoring-agent",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-compliance--penetration-testing",
      "to": "lib-skill:security-compliance--owasp-security-scanner",
      "kind": "uses_skill",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}