neo4j-driver-go-skill
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation resource for the Neo4j Go driver. All code examples follow industry standard security practices.
- [DATA_EXPOSURE]: The skill provides instructions on handling database authentication but uses appropriate placeholders (
user,password,token) instead of hardcoding any credentials. - [PROMPT_INJECTION]: No malicious instructions or bypass attempts were detected. The skill includes a security warning: 'Never concatenate user input into query strings. Always use map[string]any parameters,' which mitigates Cypher injection risks in applications built using these instructions.
- [EXTERNAL_DOWNLOADS]: The skill references the official Neo4j Go driver repository (
github.com/neo4j/neo4j-go-driver/v6/neo4j) for installation via standard Go tooling (go get). This is a well-known and trusted source for the specified technology stack.
Audit Metadata