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
| 36 | with patch("subprocess.run") as mock_run: |
medium line 173
Python subprocess execution
SourceSKILL.md
| 173 | return subprocess.run(cmd, **defaults) |
medium line 183
Python subprocess execution
SourceSKILL.md
| 183 | process = subprocess.Popen( |
medium line 202
Python subprocess execution
SourceSKILL.md
| 202 | result = subprocess.run(cmd, capture_output=True, text=True) |
medium line 328
Python subprocess execution
SourceSKILL.md
| 328 | subprocess.run(["npm", "install"]) |
medium line 329
Python subprocess execution
SourceSKILL.md
| 329 | subprocess.run(["npm", "test"]) # Runs even if install failed |
medium line 332
Python subprocess execution
SourceSKILL.md
| 332 | result = subprocess.run(["npm", "install"]) |
medium line 335
Python subprocess execution
SourceSKILL.md
| 335 | subprocess.run(["npm", "test"]) |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry