Audit History
geo-database - 4 audits
Audit version 4
Latest Low RiskJan 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.
Risk Factors
🌐 Network access (3)
⚙️ External commands (3)
📁 Filesystem access (1)
Audit version 3
Low RiskJan 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.
Risk Factors
🌐 Network access (3)
⚙️ External commands (3)
📁 Filesystem access (1)
Audit version 2
Low RiskJan 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.
Risk Factors
🌐 Network access (2)
⚙️ External commands (2)
🔑 Env variables (1)
Audit version 1
SafeJan 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.