iiRecord
Agentic AI Atlas · variant-analysis
lib-process:security-research--variant-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:security-research--variant-analysis

Structured · live

variant-analysis 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-research--variant-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "variant-analysis",
    "description": "Systematic search for similar vulnerabilities across a codebase or related projects after\ndiscovering an initial vulnerability. Uses pattern matching, CodeQL, Semgrep, and code similarity analysis\nto find variants and incomplete fixes.",
    "libraryPath": "library/specializations/security-research/variant-analysis.js",
    "specialization": "security-research",
    "references": [
      "- CodeQL: https://codeql.github.com/\n- Semgrep: https://semgrep.dev/\n- Project Zero Blog: https://googleprojectzero.blogspot.com/"
    ],
    "example": "const result = await orchestrate('specializations/security-research/variant-analysis', {\n  projectName: 'XSS Variant Analysis',\n  initialVulnerability: {\n    type: 'xss',\n    pattern: 'innerHTML assignment without sanitization',\n    cweId: 'CWE-79'\n  },\n  codebasePath: '/path/to/codebase',\n  tools: ['codeql', 'semgrep']\n});",
    "usesAgents": [
      "vuln-researcher",
      "security-report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--variant-analysis",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--variant-analysis",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--variant-analysis",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--variant-analysis",
      "to": "lib-agent:security-research--vuln-researcher",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--variant-analysis",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}