Histórico de Auditoria
geo-database - 4 auditorias
Versão da auditoria 4
Mais recente Baixo RiscoJan 17, 2026, 07:31 AM
Documentation-only skill for accessing NCBI GEO database. Static analysis flagged 256 pattern-based issues but all are false positives. The 'backtick execution' findings are markdown code block syntax, not actual shell commands. Network operations are legitimate NCBI API access. FTP downloads target public GEO data repositories. Optional API key usage follows NCBI best practices. No executable code present - only documentation.
Fatores de risco
🌐 Acesso à rede (3)
⚙️ Comandos externos (3)
📁 Acesso ao sistema de arquivos (1)
Versão da auditoria 3
Baixo RiscoJan 17, 2026, 07:31 AM
Documentation-only skill for accessing NCBI GEO database. Static analysis flagged 256 pattern-based issues but all are false positives. The 'backtick execution' findings are markdown code block syntax, not actual shell commands. Network operations are legitimate NCBI API access. FTP downloads target public GEO data repositories. Optional API key usage follows NCBI best practices. No executable code present - only documentation.
Fatores de risco
🌐 Acesso à rede (3)
⚙️ Comandos externos (3)
📁 Acesso ao sistema de arquivos (1)
Versão da auditoria 2
Baixo RiscoJan 12, 2026, 05:01 PM
This is a legitimate scientific data access tool for NCBI's GEO database. The static analysis flagged many false positives related to normal network operations, FTP access, and API key usage. All external commands are legitimate data science operations (pip installs, wget/curl for data downloads). No actual security risks identified.
Fatores de risco
🌐 Acesso à rede (2)
⚙️ Comandos externos (2)
🔑 Variáveis de ambiente (1)
Versão da auditoria 1
SeguroJan 4, 2026, 04:30 PM
Pure documentation skill containing example Python code for accessing NCBI GEO database. No executable code, no credential access, no data exfiltration, no obfuscation. Network usage limited to documented NCBI E-utilities and FTP endpoints.