Skip to main content

プロジェクトガイドラインスキル(例)

Provides a structured template for project guidelines, including architecture, file structure, and deployment workflows.

Install this skill

or
83/100

Security score

The プロジェクトガイドラインスキル(例) skill was audited on Mar 8, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 128

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
313# フロントエンド (.env.local)
low line 318

Access to .env file

SourceSKILL.md
318# バックエンド (.env)
low line 5

External URL reference

SourceSKILL.md
5実際の本番アプリケーションに基づいています:[Zenith](https://zenith.chat) - AI駆動の顧客発見プラットフォーム。
low line 243

External URL reference

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

External URL reference

SourceSKILL.md
314NEXT_PUBLIC_API_URL=https://api.example.com
low line 315

External URL reference

SourceSKILL.md
315NEXT_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
low line 321

External URL reference

SourceSKILL.md
321SUPABASE_URL=https://xxx.supabase.co
Scanned on Mar 8, 2026
View Security Dashboard