Audit History
pptx - 9 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v9 Latest | Jul 21, 2026, 07:58 AM | No confirmed findings | 4 | No capability change |
| v8 | Jul 9, 2026, 02:09 PM | 1 confirmed | 10 | No capability change |
| v7 | Jul 6, 2026, 05:52 PM | No confirmed findings | 31 | No capability change |
| v6 | Jul 6, 2026, 05:52 PM | No confirmed findings | 31 | Contains scripts |
| v5 | Jun 30, 2026, 06:10 AM | 4 confirmed | 0 | Contains scriptsEnv variables |
| v4 | Jan 17, 2026, 07:31 AM | No confirmed findings | 0 | No capability change |
| v3 | Jan 17, 2026, 07:31 AM | No confirmed findings | 0 | No capability change |
| v2 | Jan 12, 2026, 05:07 PM | No confirmed findings | 0 | Network access Contains scripts |
| v1 | Jan 4, 2026, 04:19 PM | No confirmed findings | 0 | Baseline |
Jul 21, 2026, 07:58 AM
Most static matches are benign OOXML namespaces, documentation, template literals, and ordinary local document-processing operations. Four archive extraction calls are confirmed high-risk because they use extractall() on supplied Office archives without member-path validation. No prompt-injection, credential-exfiltration, or unauthorized network intent was found in the reviewed context. Static review was capped at 400/508 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Env variables (4)
๐ Network access (50)
๐ Filesystem access (50)
Jul 9, 2026, 02:09 PM
Most static findings are false positives from OOXML namespace URLs, Markdown inline code, CSS color values, and JavaScript template literals. Confirmed risks are unsafe ZIP extraction of Office archives, privileged dependency installation instructions, and external hosted service steering. Fixed-argument subprocess calls do not show shell injection, but document converters should still be isolated for untrusted files.
Confirmed security concerns (1)
Capability review items (10)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (126)
๐ Env variables (4)
๐ Network access (206)
๐ Filesystem access (54)
Jul 6, 2026, 05:52 PM
The audit confirms real risk in unsafe ZIP archive extraction, selected external converter execution, and privileged or environment-modifying install guidance. Most other static hits are false positives from OOXML namespace URLs, schema references, Markdown formatting, JavaScript template literals, or validation text. No prompt injection or data-exfiltration intent was found in the reviewed skill files.
Capability review items (31)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (126)
๐ Env variables (4)
๐ Network access (206)
๐ Filesystem access (54)
Jul 6, 2026, 05:52 PM
The audit confirms real risk in unsafe ZIP archive extraction, selected external converter execution, and privileged or environment-modifying install guidance. Most other static hits are false positives from OOXML namespace URLs, schema references, Markdown formatting, JavaScript template literals, or validation text. No prompt injection or data-exfiltration intent was found in the reviewed skill files.
Capability review items (31)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (126)
๐ Env variables (4)
๐ Network access (206)
๐ Filesystem access (54)
Jun 30, 2026, 06:10 AM
Static analysis reported many severe patterns, but most high blocker hits in schemas and markdown are false positives from OOXML vocabulary, examples, and dependency instructions. The confirmed risk is operational: helper scripts extract Office ZIP archives and run local converters, so this community skill should not be published without sandboxing guidance or safer extraction fixes.
Confirmed security concerns (4)
Static false positives ignored (3)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
โก Contains scripts (3)
โ๏ธ External commands (4)
๐ Filesystem access (3)
๐ Env variables (2)
๐ Network access (3)
Detected Patterns
Jan 17, 2026, 07:31 AM
The pptx skill is a legitimate presentation toolkit for PowerPoint manipulation. All 1211 static findings are false positives. The scanner misinterpreted markdown documentation code blocks as Ruby backticks, standard OOXML schema definitions as cryptographic weaknesses and C2 keywords, and legitimate file operations as system reconnaissance. No actual security risks exist.
Risk Factors
โ๏ธ External commands (3)
๐ Network access (2)
๐ Filesystem access (2)
Jan 17, 2026, 07:31 AM
The pptx skill is a legitimate presentation toolkit for PowerPoint manipulation. All 1211 static findings are false positives. The scanner misinterpreted markdown documentation code blocks as Ruby backticks, standard OOXML schema definitions as cryptographic weaknesses and C2 keywords, and legitimate file operations as system reconnaissance. No actual security risks exist.
Risk Factors
โ๏ธ External commands (3)
๐ Network access (2)
๐ Filesystem access (2)
Jan 12, 2026, 05:07 PM
The pptx skill is a legitimate presentation toolkit with no actual security risks. All 1166 static findings are false positives from standard document processing operations, XML schema validation, and legitimate office automation tools.
Risk Factors
โ๏ธ External commands (3)
๐ Network access (2)
๐ Filesystem access (2)
Jan 4, 2026, 04:19 PM
No credential access, environment harvesting, or network exfiltration detected. Subprocess calls limited to local document conversion tools (soffice, pdftoppm). All file operations scoped to user-specified PPTX files. Uses defusedxml for secure XML parsing.