Skip to main content

makefile-workflow

Provides best practices for using Makefiles in project automation, enhancing build systems and development workflows.

Install this skill

or
88/100

Security score

The makefile-workflow skill was audited on Feb 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 418

Template literal with variable interpolation in command context

SourceSKILL.md
418```makefile
low line 289

Access to .env file

SourceSKILL.md
289test -f .env || cp .env.example .env
low line 699

Access to .env file

SourceSKILL.md
699if [ ! -f .env ]; then \
low line 700

Access to .env file

SourceSKILL.md
700echo "Creating .env from template..."; \
low line 701

Access to .env file

SourceSKILL.md
701cp .env.example .env; \
low line 577

External URL reference

SourceSKILL.md
577@echo " Frontend: https://example.com"
low line 578

External URL reference

SourceSKILL.md
578@echo " API: https://api.example.com"
low line 584

External URL reference

SourceSKILL.md
584@echo "Starting at https://example.com ..."
Scanned on Feb 12, 2026
View Security Dashboard