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
loaderandactionfunctions 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, andreact-router, are well-known, official packages from the framework maintainers. - [SAFE]: The SQL example in
examples/optimistic.mdcorrectly 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.mdemphasizes reading raw request text for signature validation, which is a critical security practice for preventing forged requests.
Audit Metadata