knowledge-graph
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process external documents to build a persistent knowledge graph, which introduces a surface for indirect prompt injection. Malicious instructions inside documents could be extracted as facts or summaries and later influence the agent's behavior during querying.
- Ingestion Points: Untrusted external documents are processed via the
EXTRACTION_PROMPTinreferences/pipeline.md. - Boundary Markers: The skill documentation in
references/agent-access.mdexplicitly recommends serving graph content to agents as "quoted evidence" rather than bare prose to help the agent distinguish between data and instructions. - Capability Inventory: The agent utilizes tools like
add_factsto modify the graph andlookup_entity/search_communitiesto retrieve data, which is then used as context for theQUERY_PROMPTinreferences/pipeline.md. - Sanitization: The skill advocates for tool-level instructions that define graph content as data rather than instructions, though it lacks programmatic sanitization of the document text itself.
Audit Metadata