Skip to main content

angreal-patterns

Provides patterns for testing, documenting, and developing angreal tasks, enhancing workflows and error handling.

Install this skill

or
60/100

Security score

The angreal-patterns skill was audited on Feb 9, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 36

Python subprocess execution

SourceSKILL.md
36with patch("subprocess.run") as mock_run:
medium line 173

Python subprocess execution

SourceSKILL.md
173return subprocess.run(cmd, **defaults)
medium line 183

Python subprocess execution

SourceSKILL.md
183process = subprocess.Popen(
medium line 202

Python subprocess execution

SourceSKILL.md
202result = subprocess.run(cmd, capture_output=True, text=True)
medium line 328

Python subprocess execution

SourceSKILL.md
328subprocess.run(["npm", "install"])
medium line 329

Python subprocess execution

SourceSKILL.md
329subprocess.run(["npm", "test"]) # Runs even if install failed
medium line 332

Python subprocess execution

SourceSKILL.md
332result = subprocess.run(["npm", "install"])
medium line 335

Python subprocess execution

SourceSKILL.md
335subprocess.run(["npm", "test"])
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →