История аудитов
simpy - 4 аудиты
Версия аудита 4
Последняя БезопасноJan 17, 2026, 07:08 AM
Static analysis flagged 260 potential security issues, but evaluation confirms all are false positives. The 'external_commands' findings are markdown backticks used for code formatting, not shell execution. The 'weak cryptographic algorithm' flags refer to random.seed() for simulation reproducibility. No actual security risks exist in this legitimate SimPy discrete-event simulation skill.
Факторы риска
⚙️ Внешние команды (6)
🌐 Доступ к сети (3)
📁 Доступ к файловой системе (2)
Версия аудита 3
БезопасноJan 17, 2026, 07:08 AM
Static analysis flagged 260 potential security issues, but evaluation confirms all are false positives. The 'external_commands' findings are markdown backticks used for code formatting, not shell execution. The 'weak cryptographic algorithm' flags refer to random.seed() for simulation reproducibility. No actual security risks exist in this legitimate SimPy discrete-event simulation skill.
Факторы риска
⚙️ Внешние команды (6)
🌐 Доступ к сети (3)
📁 Доступ к файловой системе (2)
Версия аудита 2
БезопасноJan 12, 2026, 04:18 PM
Static analysis flagged 253 potential issues, but evaluation shows these are false positives. The 'external_commands' findings are from markdown code examples using backticks for documentation, not actual shell execution. The 'weak cryptographic algorithm' findings refer to legitimate use of random.seed() for simulation reproducibility. No actual security risks identified.
Факторы риска
⚙️ Внешние команды (3)
🌐 Доступ к сети (2)
📁 Доступ к файловой системе (2)
Версия аудита 1
Низкий рискJan 4, 2026, 05:08 PM
Scanned 12 files totaling 2,907 lines. Python simulation utilities with no credential access, network calls, or external command execution. CSV file writing is user-initiated and local only. All capabilities match stated simulation framework purpose.