Skip to main content

cc-skill-project-guidelines-example

Provides a structured template for project guidelines, including architecture, file structure, and code patterns for development.

Install this skill

or
83/100

Security score

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

Categories Tested

Security Issues

medium line 136

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
321# Frontend (.env.local)
low line 326

Access to .env file

SourceSKILL.md
326# 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 251

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
323NEXT_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
low line 329

External URL reference

SourceSKILL.md
329SUPABASE_URL=https://xxx.supabase.co
Scanned on Mar 4, 2026
View Security Dashboard
Installation guide →