История аудитов
clinpgx-database - 4 аудиты
Версия аудита 4
Последняя БезопасноJan 17, 2026, 06:26 AM
All 376 static findings are FALSE POSITIVES. The skill is a legitimate pharmacogenomics database API client accessing the public ClinPGx API (api.clinpgx.org). The static analyzer misidentified Markdown code fences (using backticks) as shell command execution, gene function descriptions as cryptographic algorithms, and clinical decision support tool references as system reconnaissance. Network calls are to a known public API, file writes are for caching API results, and there is no malicious code present.
Факторы риска
⚙️ Внешние команды (3)
🌐 Доступ к сети (3)
📁 Доступ к файловой системе (2)
Версия аудита 3
БезопасноJan 17, 2026, 06:26 AM
All 376 static findings are FALSE POSITIVES. The skill is a legitimate pharmacogenomics database API client accessing the public ClinPGx API (api.clinpgx.org). The static analyzer misidentified Markdown code fences (using backticks) as shell command execution, gene function descriptions as cryptographic algorithms, and clinical decision support tool references as system reconnaissance. Network calls are to a known public API, file writes are for caching API results, and there is no malicious code present.
Факторы риска
⚙️ Внешние команды (3)
🌐 Доступ к сети (3)
📁 Доступ к файловой системе (2)
Версия аудита 2
БезопасноJan 12, 2026, 04:55 PM
All 366 static findings are FALSE POSITIVES. The skill is a legitimate pharmacogenomics database API client. The static analyzer misidentified Markdown code fences as shell backticks, gene function descriptions as cryptographic algorithms, and clinical tool references as system reconnaissance. Network calls are to a public API (api.clinpgx.org), file writes are for caching API results, and there is no malicious code present.
Факторы риска
⚙️ Внешние команды (211)
🌐 Доступ к сети (131)
📁 Доступ к файловой системе (3)
Версия аудита 1
Низкий рискJan 4, 2026, 05:00 PM
The skill includes a Python script that makes HTTPS requests to the ClinPGx API for pharmacogenomics data. It includes rate limiting, error handling, and optional caching to local files. All capabilities align with the stated research purpose.