Skip to main content

automation-scripts

Facilitates the creation of automation scripts and task runners to streamline development workflows and enhance productivity.

Install this skill

or
84/100

Security score

The automation-scripts skill was audited on Feb 9, 2026 and we found 8 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179```bash
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257```bash
low line 334

Webhook reference - potential data exfiltration

SourceSKILL.md
334local webhook_url="$SLACK_WEBHOOK_URL"
low line 338

Webhook reference - potential data exfiltration

SourceSKILL.md
338"$webhook_url"
low line 372

Access to .env file

SourceSKILL.md
372"globalDependencies": ["**/.env.*local"],
low line 319

External URL reference

SourceSKILL.md
319staging) url="https://staging.example.com" ;;
low line 320

External URL reference

SourceSKILL.md
320production) url="https://example.com" ;;
low line 371

External URL reference

SourceSKILL.md
371"$schema": "https://turbo.build/schema.json",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →