Skip to main content

act-local-testing

Facilitates local testing of GitHub Actions workflows using act, covering CLI usage, Docker setup, and debugging techniques.

Install this skill

or
67/100

Security score

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

Categories Tested

Security Issues

medium line 383

Template literal with variable interpolation in command context

SourceSKILL.md
383```yaml
medium line 485

Template literal with variable interpolation in command context

SourceSKILL.md
485```yaml
low line 488

Access to hidden dotfiles in home directory

SourceSKILL.md
488path: ~/.npm
medium line 492

Access to hidden dotfiles in home directory

SourceSKILL.md
492Cache location on host: `~/.cache/act/`
medium line 221

Access to .env file

SourceSKILL.md
221### Using .env File
medium line 223

Access to .env file

SourceSKILL.md
223Create `.env` file:
low line 234

Access to .env file

SourceSKILL.md
234act --env-file .env
medium line 409

Access to .env file

SourceSKILL.md
409❌ Commit `.secrets` or `.env` files
low line 427

Access to .env file

SourceSKILL.md
427--env-file .env
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →