監査履歴
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.