langchain-neo4j
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities detected. The skill provides standard instructions for using the official
langchain-neo4jlibrary. - [EXTERNAL_DOWNLOADS]: Fetches the
langchain-neo4jpackage from the official Python Package Index. The package is maintained by a trusted organization. - [COMMAND_EXECUTION]: Includes standard Docker commands to initialize a local Neo4j instance for development and testing.
- [PROMPT_INJECTION]: The skill uses
GraphCypherQAChain, which generates Cypher queries from natural language. This surface is noted in the 'Security Note' section, correctly advising the use of read-only credentials and highlighting the mandatoryallow_dangerous_requestssafety flag. - Ingestion points: User-provided natural language queries processed by
GraphCypherQAChain.invokeinSKILL.md. - Boundary markers: None explicitly defined in the provided code snippets.
- Capability inventory: The skill can perform database reads and writes via the
Neo4jGraphinstance, which is capable of executing arbitrary Cypher queries. - Sanitization: LangChain's internal logic and the mandatory
allow_dangerous_requests=Trueflag serve as the primary security controls and user acknowledgement for this capability.
Audit Metadata