Skip to main content

prpm-development

Provides a comprehensive knowledge base for developing PRPM, the universal package manager for AI prompts and agents.

Install this skill

or
75/100

Security score

The prpm-development skill was audited on Mar 4, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 506

Access to .env file

SourceSKILL.md
5065. **Environment Variables**: If adding new env vars, update `.env.example` immediately
medium line 545

Access to .env file

SourceSKILL.md
545**ALWAYS Update .env.example When Adding New Environment Variables**
medium line 549

Access to .env file

SourceSKILL.md
5491. **Add to `.env.example` immediately** - Don't wait until later
medium line 572

Access to .env file

SourceSKILL.md
572- `.env.example` is the source of truth for configuration
low line 578

Access to .env file

SourceSKILL.md
578# Search for all process.env usage
low line 579

Access to .env file

SourceSKILL.md
579grep -rh "process.env\." packages/ --include="*.ts" --include="*.tsx" | \
low line 580

Access to .env file

SourceSKILL.md
580grep -o "process\.env\.[A-Z_][A-Z0-9_]*" | sort -u
low line 582

Access to .env file

SourceSKILL.md
582# Compare with .env.example to find gaps
low line 563

External URL reference

SourceSKILL.md
563# Get from: https://where-to-get-it.com
Scanned on Mar 4, 2026
View Security Dashboard
Installation guide →