neo4j-driver-java-skill
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates security best practices for database interactions.
- [SAFE]: Recommends the use of query parameters (withParameters) to prevent Cypher injection, specifically warning against string interpolation.
- [SAFE]: Provides guidance on secure credential management using environment variables and configuration files instead of hardcoding.
- [SAFE]: References official, well-known libraries (org.neo4j.driver:neo4j-java-driver) and documentation from trusted sources (Neo4j and Maven Central).
- [SAFE]: Includes proper connection lifecycle management (try-with-resources) and secure connection protocols (TLS via neo4j+s:// schemes).
Audit Metadata