監査履歴
pufferlib - 4 監査
監査バージョン 4
最新 安全Jan 17, 2026, 07:44 AM
All 331 static findings are FALSE POSITIVES. This is a legitimate open-source reinforcement learning library. The static analyzer incorrectly flagged bash command examples in markdown documentation (SKILL.md, references/*.md) as dangerous backtick execution. No actual command injection, credential exfiltration, or malicious patterns exist in the codebase. Verified via grep - no hashlib, subprocess, or actual dangerous execution patterns found.
監査バージョン 3
安全Jan 17, 2026, 07:44 AM
All 331 static findings are FALSE POSITIVES. This is a legitimate open-source reinforcement learning library. The static analyzer incorrectly flagged bash command examples in markdown documentation (SKILL.md, references/*.md) as dangerous backtick execution. No actual command injection, credential exfiltration, or malicious patterns exist in the codebase. Verified via grep - no hashlib, subprocess, or actual dangerous execution patterns found.
監査バージョン 2
安全Jan 12, 2026, 04:49 PM
All 316 static findings are false positives. The analyzer flagged documentation patterns (code examples, CLI commands, troubleshooting tips) as security issues. The actual Python code contains only standard reinforcement learning training patterns with no malicious behavior.
リスク要因
⚙️ 外部コマンド (251)
📁 ファイルシステムへのアクセス (1)
🌐 ネットワークアクセス (2)
監査バージョン 1
安全Jan 4, 2026, 04:24 PM
This skill contains documentation and template scripts for reinforcement learning. No credential harvesting, data exfiltration, code obfuscation, or malicious patterns were found. All capabilities (training loops, checkpointing, logging) are standard ML operations that align with the stated RL training purpose.