Versioned security assessment

Report ID: SA-3E4B6C31

7/21/2026, 8:03:12 AM

docx security assessment v9

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: claude Latest published report
Skill name
docx
Version
v9
Maintainer
K-Dense-AI
Coverage
60 Files scanned · 24,993 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

The review confirmed four unsafe ZIP extraction calls that can permit Zip Slip when processing a crafted Office archive. The remaining static matches are false positives from OOXML namespaces, templates, documentation, or local document-processing operations; no prompt injection, credential theft, or network exfiltration was found. Static review was capped at 400/460 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

Audit attestation

Attestation unavailable

No public attestation is available for this report.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

60 Files scanned · 24,993 Lines analyzed

4 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 50 evidence locations

Filesystem access

May read or write local files.

Observed in 47 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 50 evidence locations

Capability review items (4)
High
Archive extract all (zip slip risk)
zipfile.ZipFile(input_file).extractall(output_path)
The code calls ZipFile.extractall on a supplied Office archive without validating member paths. A crafted archive can write files outside the intended extraction directory.
High
Archive extract all (zip slip risk)
zip_ref.extractall(temp_path)
The code calls ZipFile.extractall on a supplied Office archive without validating member paths. A crafted archive can write files outside the intended extraction directory.
High
Archive extract all (zip slip risk)
zip_ref.extractall(temp_dir)
The code calls ZipFile.extractall on a supplied Office archive without validating member paths. A crafted archive can write files outside the intended extraction directory.
High
Archive extract all (zip slip risk)
zip_ref.extractall(temp_path)
The code calls ZipFile.extractall on a supplied Office archive without validating member paths. A crafted archive can write files outside the intended extraction directory.

Risk findings

Confirmed security concerns are separated from items that still need review.

No confirmed security findings were recorded for this completed audit.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    High
    Unsafe archive extraction of Office files
    Validate every ZIP member path resolves beneath the chosen extraction directory before writing it. Reject absolute paths, parent traversal, symlinks, and oversized archives.
  2. FIX-002
    Medium
    Static review capped
    Manually review the omitted 60 static analyzer matches or reduce bundled generated/vendor/reference content before enabling automatic publication.
  3. FIX-003
    Medium
    External converters process document input
    Run Pandoc, LibreOffice, and related converters with timeouts in a restricted temporary workspace when processing untrusted documents.
  4. FIX-004
    Low
    Dependency setup uses privileged examples
    Document non-privileged installation options and require explicit user confirmation before any package installation command.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
Content hash
80180632e83c8e3c11474ceb846b46811ae74cb5897ea26689a34f8148a3e159
Tree hash
fc0186f3c2f9c7b8940d1f6b9f1240082bb6cc4ed8d22db0f3010dcfc17980b4
Skill path
skills/k-dense-ai/docx
Audit payload hash
6e041258558c64c593c0a42b2b9e5f17

Analysis metadata

Audit model: claude

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: unavailable