Skip to main content

act

Enables local testing of GitHub Actions workflows, facilitating debugging and development without remote commits.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402```yaml
low line 224

Access to .env file

SourceSKILL.md
224--env-file .env
medium line 267

Access to .env file

SourceSKILL.md
267### Via .env File
medium line 269

Access to .env file

SourceSKILL.md
269Create `.env` file:
low line 278

Access to .env file

SourceSKILL.md
278act --env-file .env
low line 564

Access to .env file

SourceSKILL.md
564.env
low line 272

External URL reference

SourceSKILL.md
272API_URL=http://localhost:3000
low line 284

External URL reference

SourceSKILL.md
284act --env NODE_ENV=test --env API_URL=http://localhost:3000
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →