Skip to main content

perplexity-local-dev-loop

Sets up a fast local development environment for Perplexity with hot reload and testing capabilities.

Install this skill

or
94/100

Security score

The perplexity-local-dev-loop skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 52

Access to .env file

SourceSKILL.md
52├── .env.local # API key (git-ignored)
low line 53

Access to .env file

SourceSKILL.md
53├── .env.example # Template
low line 76

Access to .env file

SourceSKILL.md
76apiKey: apiKey || process.env.PERPLEXITY_API_KEY,
low line 163

Access to .env file

SourceSKILL.md
163it.skipIf(!process.env.PERPLEXITY_API_KEY)(
low line 77

External URL reference

SourceSKILL.md
77baseURL: "https://api.perplexity.ai",
low line 206

External URL reference

SourceSKILL.md
206- [Vitest Documentation](https://vitest.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →