История аудитов
geo-database - 4 аудиты
Версия аудита 4
Последняя Низкий рискJan 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.
Факторы риска
🌐 Доступ к сети (3)
⚙️ Внешние команды (3)
📁 Доступ к файловой системе (1)
Версия аудита 3
Низкий рискJan 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.
Факторы риска
🌐 Доступ к сети (3)
⚙️ Внешние команды (3)
📁 Доступ к файловой системе (1)
Версия аудита 2
Низкий рискJan 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.
Факторы риска
🌐 Доступ к сети (2)
⚙️ Внешние команды (2)
🔑 Переменные окружения (1)
Версия аудита 1
БезопасноJan 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.