iiRecord
Agentic AI Atlas · Checkov
tool:checkova5c.ai
II.
Tool JSON

tool:checkov

Structured · live

Checkov json

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

File · domain/tools/tools-security-observability.yamlCluster · domain
Record JSON
{
  "id": "tool:checkov",
  "_kind": "Tool",
  "_file": "domain/tools/tools-security-observability.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Checkov",
    "homepageUrl": "https://www.checkov.io",
    "kind": "security",
    "description": "Static analysis tool for infrastructure-as-code that scans Terraform, CloudFormation, Kubernetes,\nDockerfiles, and ARM templates for security misconfigurations and compliance violations.\nSupports hundreds of built-in policies and custom Rego or Python rules.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:checkov",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:checkov",
      "to": "skill-area:iac-security",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:checkov",
      "to": "skill-area:compliance-scanning",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:checkov",
      "to": "skill-area:vulnerability-scanning",
      "kind": "used_for"
    },
    {
      "from": "tool:checkov",
      "to": "skill-area:runtime-security",
      "kind": "used_for"
    },
    {
      "from": "tool:checkov",
      "to": "tool:tfsec",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC security — Checkov covers multi-IaC; tfsec is Terraform-specific"
      }
    },
    {
      "from": "tool:checkov",
      "to": "tool:trivy",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Security scanning — Checkov focuses on IaC; Trivy covers containers+IaC"
      }
    },
    {
      "from": "tool:checkov",
      "to": "tool:snyk",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Security scanning — Checkov is open-source IaC-focused; Snyk is a commercial platform"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "specialization:security-research",
      "to": "tool:checkov",
      "kind": "uses_tool"
    },
    {
      "from": "stack-profile:terraform-landing-zone",
      "to": "tool:checkov",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:container-registry-scanning",
      "to": "tool:checkov",
      "kind": "composed_of"
    },
    {
      "from": "tool:snyk",
      "to": "tool:checkov",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Security scanning — Snyk is a commercial platform; Checkov is open-source IaC-focused"
      }
    },
    {
      "from": "tool:trivy",
      "to": "tool:checkov",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Security scanning — Trivy covers containers+IaC; Checkov focuses on IaC"
      }
    },
    {
      "from": "tool:tfsec",
      "to": "tool:checkov",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC security — tfsec is Terraform-specific; Checkov covers multi-IaC"
      }
    },
    {
      "from": "tool-server:mcp-checkov",
      "to": "tool:checkov",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}