Subgraph Access Control

Scope what each agent persona can see in a knowledge graph. Generates Neo4j fine-grained GRANT/DENY policy (traverse on node labels + relationship types, read on properties) per persona role, enforces security transparency (out-of-scope nodes are invisible, not access-denied), handles PII via the UUID-separation pattern with GDPR soft/hard erasure, and turns the Chapter-7 execution graph into a compliance artifact via governance metadata. Use for graph-backed agents where one unscoped query could traverse from a public catalog to employee records. NOT for relational row/table permissions, NOT for network/IAM policy, NOT for prompt-level guardrails (this governs graph reach).

AnthonyAlcaraz a86ca7d 3 files · 28.1 KB Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/optimization/subgraph-access-control commit a86ca7d364

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/subgraph-access-control