Skip to main content

nexthorizont

Facilitates development with Next.js and Supabase, enabling the creation of scalable applications and APIs using TypeScript.

Install this skill

or
91/100

Security score

The nexthorizont skill was audited on May 12, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 344

Fetch to external URL

SourceSKILL.md
344const data: any = await fetch('/api/data')
low line 355

Fetch to external URL

SourceSKILL.md
355const data: Project[] = await fetch('/api/data').then(r => r.json())
low line 202

Webhook reference - potential data exfiltration

SourceSKILL.md
202│ │ └── webhooks/
low line 249

Access to .env file

SourceSKILL.md
249process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 250

Access to .env file

SourceSKILL.md
250process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
low line 280

Access to .env file

SourceSKILL.md
280process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 281

Access to .env file

SourceSKILL.md
281process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!
low line 297

Access to .env file

SourceSKILL.md
297process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 298

Access to .env file

SourceSKILL.md
298process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
Scanned on May 12, 2026
View Security Dashboard
Installation guide →