nextjs-15
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to override agent behavior or bypass safety guidelines were found.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials or sensitive file path access detected. Database calls in snippets (e.g., db.query) are generic examples.
- [Obfuscation] (SAFE): No Base64, zero-width characters, or other encoding techniques are used.
- [Indirect Prompt Injection] (LOW): The skill includes patterns for handling external data (Server Actions, Route Handlers) which present an injection surface. 1. Ingestion points: app/api/users/route.ts (request.json()) and app/actions.ts (formData.get()). 2. Boundary markers: Not used in snippet examples. 3. Capability inventory: YAML frontmatter includes Bash, Write, and Edit tools. 4. Sanitization: Omitted in simplified code examples.
Audit Metadata