replit-reference-architecture
Implements best-practice project layout for Replit integrations, aiding in architecture design and project structure review.
Install this skill
or
91/100
Security score
The replit-reference-architecture skill was audited on Feb 28, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 191
Template literal with variable interpolation in command context
SourceSKILL.md
| 191 | return require(`./replit.${env}.json`); |
low line 37
Webhook reference - potential data exfiltration
SourceSKILL.md
| 37 | │ │ ├── webhooks.ts # Webhook handlers |
low line 46
Webhook reference - potential data exfiltration
SourceSKILL.md
| 46 | │ │ └── webhook.ts # Webhook endpoint |
low line 70
Webhook reference - potential data exfiltration
SourceSKILL.md
| 70 | │ (Controllers, Routes, Webhooks) │ |
low line 190
Access to .env file
SourceSKILL.md
| 190 | const env = process.env.NODE_ENV || 'development'; |
Scanned on Feb 28, 2026
View Security DashboardGitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
Dicklesworthstone/pi_agent_rust