hasura-tests
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for testing Hasura GraphQL Engine. All identified patterns are standard testing practices for the platform.
- [EXTERNAL_DOWNLOADS]: The skill references official Hasura and PostgreSQL Docker images (
hasura/graphql-engine,postgres) and uses standard package managers (npm install -g hasura-cli). These are well-known, trusted sources for these technologies. - [COMMAND_EXECUTION]: The skill contains examples for running
docker compose,curl, andhasuraCLI commands. These are used as intended for setting up test environments and interacting with the Hasura metadata API. - [CREDENTIALS_UNSAFE]: The skill uses placeholder secrets like
test-secret,ci-secret, andpostgrespasswordin its examples. These are standard test credentials and do not represent a security risk.
Audit Metadata