Skip to main content

cc-skill-project-guidelines-example

Provides a comprehensive template for project guidelines, including architecture, file structure, and code patterns for a production application.

Install this skill

or
83/100

Security score

The cc-skill-project-guidelines-example skill was audited on May 12, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135const response = await fetch(`/api${endpoint}`, {
medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144return { success: false, error: `HTTP ${response.status}` }
low line 320

Access to .env file

SourceSKILL.md
320# Frontend (.env.local)
low line 325

Access to .env file

SourceSKILL.md
325# Backend (.env)
low line 13

External URL reference

SourceSKILL.md
13Based on a real production application: [Zenith](https://zenith.chat) - AI-powered customer discovery platform.
low line 250

External URL reference

SourceSKILL.md
250async with AsyncClient(app=app, base_url="http://test") as ac:
low line 321

External URL reference

SourceSKILL.md
321NEXT_PUBLIC_API_URL=https://api.example.com
low line 322

External URL reference

SourceSKILL.md
322NEXT_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
low line 328

External URL reference

SourceSKILL.md
328SUPABASE_URL=https://xxx.supabase.co
Scanned on May 12, 2026
View Security Dashboard