hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 712Snippets
self.api_key = "production-key" self.api_key = "production-key"network_call
Outbound network call
Outbound network call
Line 493Snippets
result = service.fetch() service.fetch() service.fetch()async def fetch_data(url: str) -> dict: result = await fetch_data("https://api.example.com")env_access
Environment variable access
Environment variable access
Line 686Snippets
return os.environ.get("DATABASE_URL", "sqlite:///:memory:") return os.environ.get("DATABASE_URL", "sqlite:///:memory:")Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:58
Descricao
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1