Skip to main content

turborepo-caching

Optimizes Turborepo builds with local and remote caching for efficient CI/CD performance and streamlined development workflows.

Install this skill

or
81/100

Security score

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

Categories Tested

Security Issues

medium line 149

Template literal with variable interpolation in command context

SourceSKILL.md
149```yaml
medium line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222res.json({ urls: [`${req.protocol}://${req.get('host')}/v8/artifacts/${hash}`] });
low line 57

Access to .env file

SourceSKILL.md
57".env",
low line 58

Access to .env file

SourceSKILL.md
58".env.local"
low line 55

External URL reference

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

External URL reference

SourceSKILL.md
110"$schema": "https://turbo.build/schema.json",
low line 254

External URL reference

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

External URL reference

SourceSKILL.md
289"$schema": "https://turbo.build/schema.json",
low line 405

External URL reference

SourceSKILL.md
405- [Turborepo Documentation](https://turbo.build/repo/docs)
low line 406

External URL reference

SourceSKILL.md
406- [Caching Guide](https://turbo.build/repo/docs/core-concepts/caching)
low line 407

External URL reference

SourceSKILL.md
407- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
Scanned on Jun 2, 2026
View Security Dashboard
Installation guide →