remix
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and boilerplate code for building web applications with Remix. All analyzed components follow standard architectural patterns and security guidelines for the framework.
- [EXTERNAL_DOWNLOADS]: The skill references standard development dependencies and tools from the official NPM registry, including
@remix-run/node,@remix-run/react,react, andzod. These are well-known packages essential for Remix development. - [COMMAND_EXECUTION]: The documentation provides standard shell commands for project initialization (
npx create-remix@latest), local development (npm run dev), and deployment via official platform CLIs (Vercel, Wrangler, Fly.io). These are intended for developer use and are safe within the context of framework setup. - [DATA_EXFILTRATION]: The skill demonstrates secure credential management by instructing users to use environment variables (
process.env.SESSION_SECRET,process.env.DATABASE_URL) rather than hardcoding sensitive values, which is a recommended security practice.
Audit Metadata