neo4j-driver-dotnet-skill
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource for the Neo4j .NET Driver, providing correct and safe usage patterns for session management and transactions.
- [SAFE]: It explicitly recommends the use of
WithParameters()for queries to prevent string-interpolation-based injection vulnerabilities. - [COMMAND_EXECUTION]: The skill includes instructions to install the official
Neo4j.Driverpackage using the standard .NET CLI (dotnet add package), which is an expected operation for this skill's purpose. - [SAFE]: All credentials and connection strings provided in the examples are non-sensitive placeholders (e.g., "password", "neo4j", "xxx.databases.neo4j.io").
Audit Metadata