@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/agent-secret-management-and-credential-isolation>
  a schema:TechArticle ;
  schema:headline "Agent Secret Management and Credential Isolation" ;
  schema:url <https://anchorfact.org/ai/agent-secret-management-and-credential-isolation/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/agent-secret-management-and-credential-isolation>
  schema:citation <https://cheatsheetseries.owasp.org/cheatsheets/Secrets_Management_Cheat_Sheet.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-secret-management-and-credential-isolation>
  schema:citation <https://developer.hashicorp.com/vault/docs/secrets> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-secret-management-and-credential-isolation>
  schema:citation <https://kubernetes.io/docs/concepts/configuration/secret/> ;
  af:sourceTier "B" .