cloudflare-full-stack-integration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill suggests installing well-known, reputable packages via npm (hono, @clerk/clerk-react, @clerk/backend, vite). These are standard dependencies for the described full-stack architecture.
- [CREDENTIALS_UNSAFE] (SAFE): The skill mentions secret management via environment variables (
.dev.vars) but follows best practices by using an example file (.dev.vars.example) and placeholders instead of hardcoding any sensitive credentials. - [COMMAND_EXECUTION] (SAFE): The manual setup steps use standard filesystem commands (
cp) and package manager commands (npm install) that are appropriate for the intended use of copying templates and installing dependencies.
Audit Metadata