Skip to main content

sast-orchestration

Enables orchestration of static application security testing tools for vulnerability scanning and CI/CD integration.

Install this skill

or
75/100

Security score

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

Categories Tested

Security Issues

medium line 513

Template literal with variable interpolation in command context

SourceSKILL.md
513```bash
medium line 742

System command execution

SourceSKILL.md
742- pattern: os.system($CMD)
medium line 742

Python os.system command execution

SourceSKILL.md
742- pattern: os.system($CMD)
medium line 743

Python subprocess execution

SourceSKILL.md
743- pattern: subprocess.call($CMD, shell=True, ...)
medium line 744

Python subprocess execution

SourceSKILL.md
744- pattern: subprocess.run($CMD, shell=True, ...)
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →