web-meta-framework-remix

Pass

Audited by Gen Agent Trust Hub on Sep 20, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a documentation and pattern library for developers. Analysis of the provided examples shows a strong focus on security best practices, such as performing authorization checks on the server within both loader and action functions to prevent unauthorized data access or mutations.
  • [SAFE]: No instances of prompt injection, obfuscation, or data exfiltration were found. The instructions are clear and follow standard framework conventions.
  • [SAFE]: External dependencies referenced in the examples, such as @remix-run/node, @remix-run/react, and react-router, are well-known, official packages from the framework maintainers.
  • [SAFE]: The SQL example in examples/optimistic.md correctly uses Prisma's tagged template literals for raw queries, which automatically parameterizes inputs to protect against SQL injection.
  • [SAFE]: The webhook verification example in examples/resource-routes.md emphasizes reading raw request text for signature validation, which is a critical security practice for preventing forged requests.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 20, 2026, 03:56 PM
Security Audit — agent-trust-hub — web-meta-framework-remix