Skip to main content

credentials

Facilitates secure API key management by loading credentials from a centralized access file for project environments.

Install this skill

or
70/100

Security score

The credentials skill was audited on Feb 12, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81| Stripe Webhook | `whsec_*` | `STRIPE_WEBHOOK_SECRET` |
low line 113

Webhook reference - potential data exfiltration

SourceSKILL.md
113'STRIPE_WEBHOOK_SECRET': r'whsec_[A-Za-z0-9]+',
low line 159

Webhook reference - potential data exfiltration

SourceSKILL.md
159STRIPE_WEBHOOK_SECRET: /whsec_[A-Za-z0-9]+/,
low line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29~/.secrets/keys.txt
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30~/.credentials.txt
medium line 263

Access to .env file

SourceSKILL.md
263### Step 4: Create .env File
low line 265

Access to .env file

SourceSKILL.md
265# Write to project .env
low line 266

Access to .env file

SourceSKILL.md
266cat > .env << EOF
low line 274

Access to .env file

SourceSKILL.md
274echo ".env" >> .gitignore
medium line 317

Access to .env file

SourceSKILL.md
317- **ALWAYS** add `.env` to `.gitignore`
low line 351

Access to .env file

SourceSKILL.md
3513. Set up your project's .env file
low line 118

External URL reference

SourceSKILL.md
118supabase_url = re.search(r'https://[a-z0-9]+\.supabase\.co', content)
low line 188

External URL reference

SourceSKILL.md
188https://api.openai.com/v1/models
low line 197

External URL reference

SourceSKILL.md
197https://api.anthropic.com/v1/models
low line 205

External URL reference

SourceSKILL.md
205https://api.render.com/v1/services
low line 216

External URL reference

SourceSKILL.md
216https://www.reddit.com/api/v1/access_token | jq -r '.access_token')
low line 224

External URL reference

SourceSKILL.md
224https://api.replicate.com/v1/models
low line 303

External URL reference

SourceSKILL.md
303https://supabase.com/dashboard/project/[your-ref]/settings/api
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorysupport
UpdatedMay 21, 2026
NeverSight/skills_feed