setup-nextjs
Fail
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: CRITICAL
Full Analysis
- [SAFE]: The skill provides developer tools and integration guides for Sigma Auth. The scripts follow standard development practices for project initialization and configuration validation.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing
@sigma-auth/better-auth-pluginandbetter-auth. These packages are legitimate dependencies for the integration, and@sigma-authis the official namespace for the vendor 'b-open-io'. - [COMMAND_EXECUTION]: The skill utilizes
bunto execute local scripts for project analysis (detect.ts), environment validation (validate-env.ts), and health checks (health-check.ts). These scripts perform necessary local file system reads and network connectivity tests to the authentication server. - [DATA_EXPOSURE]: The
validate-env.tsscript reads sensitive environment variables such asSIGMA_MEMBER_PRIVATE_KEY. The script is designed to validate the key's format (WIF) locally and explicitly avoids logging the sensitive values in its output report. - [INDIRECT_PROMPT_INJECTION]: The analysis tools (
detect.ts) ingest data from local project files likepackage.jsonand source code. The scripts use basic string matching and JSON parsing to generate reports, which is a safe way to handle local untrusted project data without risk of influencing the agent's behavior. - [SAFE]: The automated scan flagged
https://your-production-domain.comas a malicious URL. Analysis of the skill content confirms this string is used strictly as a placeholder in a documentation code block explaining how to configure CSRF protection (trusted origins) in Next.js, and it does not represent a functional URL or a phishing risk within the skill context.
Recommendations
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata