nextjs
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill contains no malicious code or high-risk behavior. All components and scripts are designed for legitimate development purposes.
- [EXTERNAL_DOWNLOADS] (SAFE): Dependencies in
package.jsonsuch asnext,react, andtypescriptare standard, well-known libraries from the NPM registry. - [COMMAND_EXECUTION] (SAFE): The
scripts/check-versions.shscript performs environment checks using standard commands likenodeandfindto verify dependency versions. It does not execute arbitrary or remote code. - [DATA_EXFILTRATION] (SAFE): Network requests (
fetch) in templates target an example domain (api.example.com) for demonstration. No exfiltration of sensitive local data or hardcoded credentials was found. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill features a surface for indirect injection. 1. Ingestion points:
fetchcalls intemplates/app-router-async-params.tsxandtemplates/cache-component-use-cache.tsx. 2. Boundary markers: Absent. 3. Capability inventory: No high-risk capabilities (subprocess calls, exec, or eval) were detected across any scripts. 4. Sanitization: Absent; content is rendered usingdangerouslySetInnerHTML. Risk is localized to the UI rendering context.
Audit Metadata