감사 이력
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)
🔑 환경 변수 (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.