iiRecord
Agentic AI Atlas · Explicit injection only
secret-handling:explicit-injectiona5c.ai
II.
SecretHandlingPolicy JSON

secret-handling:explicit-injection

Structured · live

Explicit injection only json

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

File · security/secret-handling/secret-handling-policies.yamlCluster · security
Record JSON
{
  "id": "secret-handling:explicit-injection",
  "_kind": "SecretHandlingPolicy",
  "_file": "security/secret-handling/secret-handling-policies.yaml",
  "_cluster": "security",
  "attributes": {
    "displayName": "Explicit injection only",
    "rule": "Secrets are injected into agent subprocess via env vars listed in LaunchContract.advertisedSecrets only; no implicit forwarding.",
    "scope": "agent-session",
    "enforcement": "launch-contract",
    "rationale": "Audit trail of which secrets each agent run had access to."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "workflow:linear-default",
      "to": "secret-handling:explicit-injection",
      "kind": "applies_secret_policy",
      "attributes": {}
    }
  ]
}