Skip to main content

cm-project-bootstrap

Facilitates project initiation by setting up essential infrastructure, design systems, and SEO foundations from day one.

Install this skill

or
32/100

Security score

The cm-project-bootstrap skill was audited on Jun 7, 2026 and we found 28 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 641

Template literal with variable interpolation in command context

SourceSKILL.md
641const res = await fetch(`/static/i18n/${this.currentLang}.json`);
medium line 651

Template literal with variable interpolation in command context

SourceSKILL.md
651return key.split('.').reduce((obj, k) => obj?.[k], this.translations) || `[${key}]`;
medium line 946

Template literal with variable interpolation in command context

SourceSKILL.md
946console.warn(`⚠️ Found ${rawColors.length} raw color values. Use design tokens instead.`);
medium line 997

Template literal with variable interpolation in command context

SourceSKILL.md
997expect(missing, `${file} missing keys: ${missing.join(', ')}`).toEqual([]);
medium line 1004

Template literal with variable interpolation in command context

SourceSKILL.md
1004const fullKey = prefix ? `${prefix}.${key}` : key;
low line 644

Fetch to external URL

SourceSKILL.md
644const fallback = await fetch('/static/i18n/vi.json');
medium line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49Before asking anything, check if `~/.cm-identity-history.json` exists.
low line 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53// ~/.cm-identity-history.json — Auto-maintained across projects
medium line 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130After creating `.project-identity.json`, update `~/.cm-identity-history.json`:
medium line 424

Access to hidden dotfiles in home directory

SourceSKILL.md
424Before creating a new design system, check if `~/.cm-design-profiles/` exists.
low line 428

Access to hidden dotfiles in home directory

SourceSKILL.md
428// ~/.cm-design-profiles/{org-name}.json
medium line 461

Access to hidden dotfiles in home directory

SourceSKILL.md
461- After bootstrap, **always save** the design profile to `~/.cm-design-profiles/`
medium line 598

Access to hidden dotfiles in home directory

SourceSKILL.md
598After setting up the design system, **auto-save** to `~/.cm-design-profiles/{org}.json`:
low line 610

Access to hidden dotfiles in home directory

SourceSKILL.md
610- Reuse brand profile from ~/.cm-design-profiles/
low line 1282

Access to hidden dotfiles in home directory

SourceSKILL.md
12824. Update ~/.cm-identity-history.json with commonly needed skill patterns
low line 1365

Access to hidden dotfiles in home directory

SourceSKILL.md
1365✅ ~/.cm-identity-history.json — Identity saved for future suggestions
low line 1366

Access to hidden dotfiles in home directory

SourceSKILL.md
1366✅ ~/.cm-design-profiles/{org}.json — Brand design system saved
low line 390

Access to .env file

SourceSKILL.md
390.env
low line 391

Access to .env file

SourceSKILL.md
391.env.*
low line 392

Access to .env file

SourceSKILL.md
392!.env.example
low line 393

Access to .env file

SourceSKILL.md
393!.env.test
low line 221

External URL reference

SourceSKILL.md
221SUPABASE_URL=https://YOUR_PROJECT.supabase.co
low line 729

External URL reference

SourceSKILL.md
729<meta property="og:url" content="https://yourdomain.com">
low line 730

External URL reference

SourceSKILL.md
730<meta property="og:image" content="https://yourdomain.com/og-image.png">
low line 738

External URL reference

SourceSKILL.md
738<link rel="canonical" href="https://yourdomain.com">
low line 741

External URL reference

SourceSKILL.md
741<link rel="preconnect" href="https://fonts.googleapis.com">
low line 742

External URL reference

SourceSKILL.md
742<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
low line 1197

External URL reference

SourceSKILL.md
1197Use `npx skills find` to search the community registry at [skills.sh](https://skills.sh):
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →