Histórico de Auditoria
testing-patterns - 3 auditorias
Versão da auditoria 3
Mais recente Baixo RiscoJan 16, 2026, 12:02 PM
Documentation-focused skill providing testing pattern guidance. Static findings are false positives from markdown code examples. The scanner flagged backtick-delimited code blocks as shell execution, example DATABASE_URLs as credential access, and testing tool names like pytest/docker as reconnaissance. The single utility script (coverage-check.sh) is a benign pytest wrapper with no network access or credential handling.
Fatores de risco
⚙️ Comandos externos (1)
⚡ Contém scripts (1)
Versão da auditoria 2
Baixo RiscoJan 16, 2026, 12:02 PM
Documentation-focused skill providing testing pattern guidance. Static findings are false positives from markdown code examples. The scanner flagged backtick-delimited code blocks as shell execution, example DATABASE_URLs as credential access, and testing tool names like pytest/docker as reconnaissance. The single utility script (coverage-check.sh) is a benign pytest wrapper with no network access or credential handling.
Fatores de risco
⚙️ Comandos externos (1)
⚡ Contém scripts (1)
Versão da auditoria 1
Baixo RiscoJan 10, 2026, 08:47 AM
Documentation-focused skill with one utility shell script. The script runs pytest coverage checks with configurable thresholds, a standard development utility. No network calls, no credential access, no data exfiltration.