neo4j-cypher-skill
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides detailed technical documentation and reference material for Neo4j 2025.x and 2026.x, focusing on query syntax, performance optimization, and schema management.
- [COMMAND_EXECUTION]: Includes an example
curlcommand for the Neo4j Query API v2. This is provided for educational purposes to demonstrate how to execute queries over HTTP and uses placeholders for sensitive parameters like credentials and instance URLs. - [SAFE]: Implements a safety protocol called a 'Write execution gate,' which instructs the agent to run an
EXPLAINplan and seek user confirmation before executing any modifying queries. - [SAFE]: Strongly enforces the use of parameterized queries (
$parameters) instead of literal values, which is a primary defense against Cypher injection attacks.
Audit Metadata