Skip to main content

python-testing-patterns

Provides strategies for implementing robust testing in Python using pytest, fixtures, and test-driven development.

Install this skill

or
89/100

Security score

The python-testing-patterns skill was audited on Mar 8, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 947

Template literal with variable interpolation in command context

SourceSKILL.md
947```yaml
low line 285

External URL reference

SourceSKILL.md
285client = APIClient("https://api.example.com")
low line 296

External URL reference

SourceSKILL.md
296mock_get.assert_called_once_with("https://api.example.com/users/1")
low line 301

External URL reference

SourceSKILL.md
301client = APIClient("https://api.example.com")
low line 314

External URL reference

SourceSKILL.md
314client = APIClient("https://api.example.com")
low line 387

External URL reference

SourceSKILL.md
387result = await fetch_data("https://api.example.com")
low line 388

External URL reference

SourceSKILL.md
388assert result["url"] == "https://api.example.com"
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →