Skip to main content

integrating-sast-into-github-actions-pipeline

Integrates Static Application Security Testing tools into GitHub Actions for automated vulnerability detection in code.

Install this skill

or
85/100

Security score

The integrating-sast-into-github-actions-pipeline skill was audited on Jun 5, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58```yaml
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107```yaml
medium line 240

Python subprocess execution

SourceSKILL.md
240result = subprocess.run(cmd_list, capture_output=True, text=True, shell=False)
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →