審計歷史
libreoffice-impress - 2 審計
審計版本 2
最新 低風險Mar 19, 2026, 04:01 PM
This skill provides LibreOffice Impress presentation automation via UNO API. Static analysis flagged 210 potential issues, but manual review confirms all are false positives or legitimate office automation patterns. Subprocess calls invoke hardcoded LibreOffice commands for document processing. No network exfiltration, credential access, or persistence mechanisms detected. Risk level is LOW - appropriate for publication.
低風險問題 (2)
風險因素
⚡ 包含腳本 (5)
審計版本 1
低風險Mar 10, 2026, 07:16 AM
Static analysis detected 91 high-severity patterns flagged as 'Weak cryptographic algorithm' MD5 markers and 70 'external_commands' patterns in SKILL.md documentation examples. After evaluation, all findings are false positives: MD5 markers are documentation formatting (SKILL.md:3,17-21,68), not cryptographic operations, and shell backticks are documentation examples showing proper CLI usage. The skill uses legitimate subprocess calls to LibreOffice with hardcoded arguments (scripts/uno_bridge.py:25,100, scripts/impress/snapshot.py:147) for document automation. Dynamic imports are for optional dependencies (content.py:7, core.py:5, slides.py:5, snapshot.py:9). Tempfile usage is properly scoped (snapshot.py:5,73). No evidence of malicious intent or security vulnerabilities.