審計歷史
venue-templates - 4 審計
審計版本 4
最新 安全Jan 17, 2026, 07:56 AM
All 791 static findings are FALSE POSITIVES. The scanner incorrectly flagged: (1) Markdown backticks as shell commands across 400 locations in documentation files; (2) LaTeX formatting commands (\textbf, \section, \cite) as cryptographic algorithms across 300+ locations in template files; (3) Documentation URLs to journal websites as hardcoded URLs; (4) PDF validation utility calls (pdfinfo, pdffonts) as external commands; (5) Help text mentioning 'sudo apt-get' as privilege escalation. This is a legitimate academic template repository with no security risks.
風險因素
⚙️ 外部命令 (400)
🌐 網路存取 (57)
審計版本 3
安全Jan 17, 2026, 07:56 AM
All 791 static findings are FALSE POSITIVES. The scanner incorrectly flagged: (1) Markdown backticks as shell commands across 400 locations in documentation files; (2) LaTeX formatting commands (\textbf, \section, \cite) as cryptographic algorithms across 300+ locations in template files; (3) Documentation URLs to journal websites as hardcoded URLs; (4) PDF validation utility calls (pdfinfo, pdffonts) as external commands; (5) Help text mentioning 'sudo apt-get' as privilege escalation. This is a legitimate academic template repository with no security risks.
風險因素
⚙️ 外部命令 (400)
🌐 網路存取 (57)
審計版本 2
安全Jan 12, 2026, 04:48 PM
The static analysis flagged numerous 'external_commands' issues, but these are false positives. The skill legitimately uses subprocess calls to standard PDF utilities (pdfinfo, pdffonts) for document validation. The 'weak cryptographic algorithm' findings are also false positives - they reference placeholder text in LaTeX templates and documentation, not actual cryptographic implementations. The skill is safe for academic document preparation.
風險因素
審計版本 1
安全Jan 5, 2026, 04:46 PM
Pure documentation and template management skill with no code execution risks. Scripts only read/write within their own directory using standard Python libraries. No network access, no credential access, no external command injection vectors.