Skip to main content

turborepo-caching

Optimizes Turborepo builds with local and remote caching for efficient monorepo management and CI/CD performance.

Install this skill

or
85/100

Security score

The turborepo-caching skill was audited on Mar 8, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125```yaml
medium line 199

Template literal with variable interpolation in command context

SourceSKILL.md
199urls: [`${req.protocol}://${req.get("host")}/v8/artifacts/${hash}`],
low line 56

Access to .env file

SourceSKILL.md
56"globalDependencies": [".env", ".env.local"],
low line 55

External URL reference

SourceSKILL.md
55"$schema": "https://turbo.build/schema.json",
low line 93

External URL reference

SourceSKILL.md
93"$schema": "https://turbo.build/schema.json",
low line 232

External URL reference

SourceSKILL.md
232turbo build --api="http://localhost:3000" --token="my-token" --team="my-team"
low line 267

External URL reference

SourceSKILL.md
267"$schema": "https://turbo.build/schema.json",
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →