iiRecord
Agentic AI Atlas · No secrets in agent prompts
secret-handling:no-secrets-in-promptsa5c.ai
II.
SecretHandlingPolicy JSON

secret-handling:no-secrets-in-prompts

Structured · live

No secrets in agent prompts 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:no-secrets-in-prompts",
  "_kind": "SecretHandlingPolicy",
  "_file": "security/secret-handling/secret-handling-policies.yaml",
  "_cluster": "security",
  "attributes": {
    "displayName": "No secrets in agent prompts",
    "rule": "Tracker credentials, vendor API keys, and SSH keys MUST NOT appear in prompt template body or front-matter.",
    "scope": "workflow-config",
    "enforcement": "workflow-linter",
    "rationale": "Prompt body is logged in run journals; secrets must come from environment only."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "workflow:linear-default",
      "to": "secret-handling:no-secrets-in-prompts",
      "kind": "applies_secret_policy",
      "attributes": {}
    }
  ]
}