neo4j-driver-python-skill
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides official documentation and code patterns for the Neo4j Python Driver.
- [PROMPT_INJECTION]: The instructions include security best practices to prevent Cypher injection by using parameters ($param) instead of string interpolation or f-strings.
- [CREDENTIALS_UNSAFE]: The skill recommends using environment variables and .env files (via python-dotenv) for connection credentials, which follows standard security practices for secret management and avoiding hardcoded secrets.
- [EXTERNAL_DOWNLOADS]: The skill references the official neo4j and neo4j-rust-ext packages, which are standard, well-known libraries for Neo4j development.
Audit Metadata