neo4j
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or suspicious code execution strategies were detected in the skill documentation.
- [COMMAND_EXECUTION]: The skill utilizes
cypher-shellfor command-line database queries, which is the standard administrative tool for the Neo4j database. - [EXTERNAL_DOWNLOADS]: The skill references the standard Python
neo4jdriver, which is an expected and well-known library for interacting with Neo4j databases. - [DATA_EXPOSURE]: The database connection is configured to use
bolt://localhost:7687, which restricts network interaction to the local machine and follows best practices for local development.
Audit Metadata