iiRecord
Agentic AI Atlas · security-scanning
lib-process:devops-sre-platform--security-scanninga5c.ai
II.
LibraryProcess JSON

lib-process:devops-sre-platform--security-scanning

Structured · live

security-scanning 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:devops-sre-platform--security-scanning",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "security-scanning",
    "description": "Security Scanning and Compliance Automation - Comprehensive automated security scanning framework covering\nSAST, DAST, SCA, container scanning, infrastructure scanning, secrets detection, compliance validation, and\nvulnerability management with automated remediation workflows and security gates for CI/CD pipelines.",
    "libraryPath": "library/specializations/devops-sre-platform/security-scanning.js",
    "specialization": "devops-sre-platform",
    "references": [
      "- OWASP Top 10: https://owasp.org/www-project-top-ten/\n- CIS Benchmarks: https://www.cisecurity.org/cis-benchmarks/\n- NIST Cybersecurity Framework: https://www.nist.gov/cyberframework\n- DevSecOps: https://www.devsecops.org/\n- SAST/DAST Best Practices: https://owasp.org/www-community/Source_Code_Analysis_Tools"
    ],
    "example": "const result = await orchestrate('specializations/devops-sre-platform/security-scanning', {\n  projectName: 'E-Commerce Platform',\n  repositoryUrl: 'https://github.com/org/ecommerce-platform',\n  scanTypes: ['sast', 'dast', 'sca', 'container', 'infrastructure', 'secrets'],\n  complianceStandards: ['OWASP', 'PCI-DSS', 'SOC2', 'CIS', 'NIST'],\n  severityThreshold: 'high',\n  cicdIntegration: true,\n  applicationUrl: 'https://staging.example.com',\n  containerImages: ['app:latest', 'api:latest'],\n  infrastructureAsCode: ['terraform', 'kubernetes'],\n  autoRemediation: true,\n  continuousMonitoring: true\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "skill-area:container-security",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "skill-area:vulnerability-scanning-remediation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "topic:zero-trust-architecture",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "role:security-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "role:devops-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "workflow:security-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--security-scanning",
      "to": "specialization:devops-sre-platform",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}