Skip to main content

replit-install-auth

Facilitates the installation and configuration of Replit SDK/CLI authentication for seamless API integration in projects.

Install this skill

or
90/100

Security score

The replit-install-auth skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 42

Access to .env file

SourceSKILL.md
42# Or create .env file
low line 43

Access to .env file

SourceSKILL.md
43echo 'REPLIT_API_KEY=your-api-key' >> .env
medium line 53

Access to .env file

SourceSKILL.md
53- Environment variable or .env file with API key
low line 71

Access to .env file

SourceSKILL.md
71apiKey: process.env.REPLIT_API_KEY,
low line 86

External URL reference

SourceSKILL.md
86- [Replit Dashboard](https://api.replit.com)
low line 87

External URL reference

SourceSKILL.md
87- [Replit Status](https://status.replit.com)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →