Skip to main content

cm-identity-guard

Ensures project identity verification before git pushes and deployments, preventing wrong-account errors and secret leaks.

Install this skill

or
0/100

Security score

The cm-identity-guard skill was audited on Jun 7, 2026 and we found 19 security issues across 3 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 243

Access to hidden dotfiles in home directory

SourceSKILL.md
243ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_my_work_org
low line 244

Access to hidden dotfiles in home directory

SourceSKILL.md
244ssh-keygen -t ed25519 -C "personal@..." -f ~/.ssh/id_personal
low line 246

Access to hidden dotfiles in home directory

SourceSKILL.md
246# ~/.ssh/config — route by host alias
low line 250

Access to hidden dotfiles in home directory

SourceSKILL.md
250IdentityFile ~/.ssh/id_my_work_org
low line 255

Access to hidden dotfiles in home directory

SourceSKILL.md
255IdentityFile ~/.ssh/id_personal
medium line 281

Access to hidden dotfiles in home directory

SourceSKILL.md
281> Use `includeIf` in `~/.gitconfig` to auto-apply work identity for repos in specific directories:
medium line 284

Access to hidden dotfiles in home directory

SourceSKILL.md
284> path = ~/.gitconfig-work
medium line 286

Access to hidden dotfiles in home directory

SourceSKILL.md
286> `~/.gitconfig-work`:
high line 243

Access to SSH directory

SourceSKILL.md
243ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_my_work_org
high line 244

Access to SSH directory

SourceSKILL.md
244ssh-keygen -t ed25519 -C "personal@..." -f ~/.ssh/id_personal
high line 246

Access to SSH directory

SourceSKILL.md
246# ~/.ssh/config — route by host alias
high line 250

Access to SSH directory

SourceSKILL.md
250IdentityFile ~/.ssh/id_my_work_org
high line 255

Access to SSH directory

SourceSKILL.md
255IdentityFile ~/.ssh/id_personal
medium line 382

Prompting for password/secret input

SourceSKILL.md
382wrangler secret put SUPABASE_URL # Enter correct URL
medium line 383

Prompting for password/secret input

SourceSKILL.md
383wrangler secret put SUPABASE_SERVICE_KEY # Enter correct key
medium line 384

Prompting for password/secret input

SourceSKILL.md
384wrangler secret put SUPABASE_ANON_KEY # Enter correct key
low line 92

External URL reference

SourceSKILL.md
92"stagingUrl": "https://my-app-staging.pages.dev",
low line 93

External URL reference

SourceSKILL.md
93"productionUrl": "https://myapp.workdomain.com",
low line 185

External URL reference

SourceSKILL.md
185# The URL pattern reveals the project: https://<PROJECT_ID>.supabase.co
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →