Skip to main content

automation-script-generator

Generates automation scripts in multiple languages for file operations, data processing, API integration, and more.

Install this skill

or
70/100

Security score

The automation-script-generator skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33```bash
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194console.log(`✓ 変換完了: ${results.length} レコード`);
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195console.log(`出力: ${outputFile}`);
medium line 437

Template literal with variable interpolation in command context

SourceSKILL.md
437```bash
medium line 636

Template literal with variable interpolation in command context

SourceSKILL.md
636```bash
low line 655

Access to .env file

SourceSKILL.md
655if [ -f ".env.$ENV" ]; then
low line 656

Access to .env file

SourceSKILL.md
656log "環境変数読み込み: .env.$ENV"
low line 657

Access to .env file

SourceSKILL.md
657export $(cat ".env.$ENV" | xargs)
low line 340

External URL reference

SourceSKILL.md
340GITHUB_API_BASE = "https://api.github.com"
low line 698

External URL reference

SourceSKILL.md
698HEALTH_URL="https://production-server.com/health"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →