История аудитов
pymatgen - 4 аудиты
Версия аудита 4
Последняя БезопасноJan 17, 2026, 08:05 AM
All 537 static findings are false positives. The static analyzer incorrectly flagged markdown documentation syntax (code blocks, inline code formatting) as shell commands and cryptographic terms in documentation text as weak algorithms. The actual Python code uses secure patterns for API key management (environment variables) and performs legitimate materials science file I/O operations. No malicious code, data exfiltration, or security risks found.
Факторы риска
⚡ Содержит скрипты (6)
⚙️ Внешние команды (447)
📁 Доступ к файловой системе (10)
🌐 Доступ к сети (14)
🔑 Переменные окружения (23)
Версия аудита 3
БезопасноJan 17, 2026, 08:05 AM
All 537 static findings are false positives. The static analyzer incorrectly flagged markdown documentation syntax (code blocks, inline code formatting) as shell commands and cryptographic terms in documentation text as weak algorithms. The actual Python code uses secure patterns for API key management (environment variables) and performs legitimate materials science file I/O operations. No malicious code, data exfiltration, or security risks found.
Факторы риска
⚡ Содержит скрипты (6)
⚙️ Внешние команды (447)
📁 Доступ к файловой системе (10)
🌐 Доступ к сети (14)
🔑 Переменные окружения (23)
Версия аудита 2
БезопасноJan 12, 2026, 04:10 PM
All static findings are false positives. The 'Ruby/shell backtick execution' patterns are markdown inline code formatting (standard documentation syntax), not actual backtick execution. The 'Generic API/secret keys' findings refer to legitimate environment variable access for MP_API_KEY. No malicious code, data exfiltration, or security risks found.
Факторы риска
⚡ Содержит скрипты (1)
🌐 Доступ к сети (2)
📁 Доступ к файловой системе (2)
🔑 Переменные окружения (1)
Версия аудита 1
Низкий рискJan 4, 2026, 04:30 PM
Legitimate scientific computing skill. Code behavior matches stated purpose. Network access limited to Materials Project API. Environment access only for MP_API_KEY required for API authentication.