nhost
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for Nhost, a legitimate open-source backend platform.
- [COMMAND_EXECUTION]: Includes standard CLI commands (
npm install,nhost init,nhost up) for project setup and local development. These are typical for the described workflow. - [EXTERNAL_DOWNLOADS]: References official Nhost packages from the NPM registry (
@nhost/nhost-js,@nhost/react,nhostCLI). These are well-known, legitimate dependencies for the platform. - [CREDENTIALS_UNSAFE]: Demonstrates secure handling of credentials by using environment variables (
process.env.NEXT_PUBLIC_NHOST_SUBDOMAIN) rather than hardcoding secrets.
Audit Metadata