Histórico de Auditoria
clinicaltrials-database - 4 auditorias
Versão da auditoria 4
Mais recente SeguroJan 17, 2026, 06:23 AM
All 249 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation syntax as executable code with security implications. The actual skill code (scripts/query_clinicaltrials.py) makes only legitimate HTTP GET requests to the ClinicalTrials.gov public API. No command execution, file operations, cryptographic operations, or suspicious network activity exists in the executable code. The skill is a simple data lookup tool for clinical research.
Fatores de risco
⚙️ Comandos externos (4)
🌐 Acesso à rede (4)
📁 Acesso ao sistema de arquivos (2)
Versão da auditoria 3
SeguroJan 17, 2026, 06:23 AM
All 249 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation syntax as executable code with security implications. The actual skill code (scripts/query_clinicaltrials.py) makes only legitimate HTTP GET requests to the ClinicalTrials.gov public API. No command execution, file operations, cryptographic operations, or suspicious network activity exists in the executable code. The skill is a simple data lookup tool for clinical research.
Fatores de risco
⚙️ Comandos externos (4)
🌐 Acesso à rede (4)
📁 Acesso ao sistema de arquivos (2)
Versão da auditoria 2
SeguroJan 12, 2026, 04:54 PM
All 237 static findings are FALSE POSITIVES. The scanner misinterpreted markdown documentation code blocks as executable code with security implications. The actual skill code in scripts/query_clinicaltrials.py makes legitimate HTTP requests only to the ClinicalTrials.gov public API. No file operations, command execution, cryptographic operations, or suspicious network activity exists in the executable code.
Fatores de risco
⚙️ Comandos externos (149)
🌐 Acesso à rede (35)
📁 Acesso ao sistema de arquivos (2)
Versão da auditoria 1
Baixo RiscoJan 4, 2026, 04:58 PM
The skill includes a Python script that makes HTTPS requests to the public ClinicalTrials.gov API. No credential access, persistence mechanisms, or code obfuscation were identified. Network access is required for core functionality and all requests go to the official NIH-managed API endpoint.