iiRecord
Agentic AI Atlas · License Auditor
subagent:license-auditora5c.ai
II.
Subagent JSON

subagent:license-auditor

Structured · live

License Auditor json

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

File · extensions/subagents/license-auditor.yamlCluster · extensions
Record JSON
{
  "id": "subagent:license-auditor",
  "_kind": "Subagent",
  "_file": "extensions/subagents/license-auditor.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "License Auditor",
    "provenance": "custom",
    "roleId": "role:license-auditor",
    "systemPrompt": "You audit dependency licenses for compatibility with the project's\ndeclared license. Read package manifests and lockfiles, classify\nlicenses (permissive, weak-copyleft, strong-copyleft, proprietary),\nand flag conflicts. Produce an SBOM-style report. Do not modify\ndependencies.\n",
    "tools": [
      "tool-descriptor:read",
      "tool-descriptor:bash",
      "tool-descriptor:grep",
      "tool-descriptor:web-fetch",
      "tool-descriptor:glob"
    ],
    "disallowedTools": [
      "tool-descriptor:edit",
      "tool-descriptor:write"
    ],
    "triggers": "Invoke when the user asks for a license audit, OSS compliance\ncheck, or pre-release legal review.\n",
    "description": "Read-only license-audit subagent. Lives at\n`.claude/agents/license-auditor.md` (project scope).\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:license-auditor",
      "to": "role:license-auditor",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:license-auditor",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "subagent:license-auditor",
      "to": "extension-interface:governance",
      "kind": "implements",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}