react-router-7-framework
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The provided files are purely educational and serve as a reference for developing applications with React Router 7. No malicious instructions, obfuscation, or unauthorized data access patterns were found.
- [Indirect Prompt Injection] (LOW): The documentation describes patterns for handling untrusted user input from forms and URL parameters. 1. Ingestion points: Examples in references/forms.md and references/search-params.md show the use of request.formData() and URL.searchParams. 2. Boundary markers: Examples demonstrate basic validation (e.g., password length checks) and type casting. 3. Capability inventory: Code snippets include database interactions (db.getProducts, db.createUser) and redirection logic. 4. Sanitization: The use of encodeURIComponent is demonstrated for URL construction in references/resource-routes.md.
Audit Metadata