kinde-nextjs
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a diagnostic script
scripts/validate-kinde-nextjs.mjsintended for local execution by the user. The script performs static analysis of the codebase, checks file structures (e.g., verifyingproxy.tsvsmiddleware.ts), and validates environment variable presence. It usesspawnSyncspecifically forgit check-ignoreto verify secret file security. The script contains safeguards to prevent printing sensitive environment variable values to the console. - [DATA_EXPOSURE]: The skill emphasizes strictly keeping
KINDE_CLIENT_SECRETin server-only environments and.env.local. It explicitly warns against usingNEXT_PUBLIC_prefixes or committing secrets to version control. The validation script checks for these misconfigurations locally but does not transmit this data externally. - [PROMPT_INJECTION]: The skill provides patterns for safe URL redirection by mapping dynamic destinations to a strict internal allowlist, preventing open redirect vulnerabilities.
- [DATA_EXFILTRATION]: No network exfiltration patterns were detected. The included validation script performs all checks on the local filesystem and reports results to the local standard output.
Audit Metadata