Versioned security assessment

Report ID: SA-26421118

7/9/2026, 3:11:12 PM

exploratory-data-analysis security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
exploratory-data-analysis
Version
v8
Maintainer
K-Dense-AI
Coverage
9 Files scanned · 4,813 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

2 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

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

Most static findings are false positives caused by Markdown code formatting, scientific file-format terminology, and documentation examples. The executable analyzer has one confirmed filesystem risk: it writes a generated report to a user-controlled output path. Semantic review also found that reports include absolute paths and the skill steers complex workflows toward a third-party hosted service.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

9 Files scanned · 4,813 Lines analyzed

3 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

    Binding unavailable

  2. Artifact

    Identity incomplete

  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.

Not recorded by this audit

Filesystem access

May read or write local files.

Observed in 9 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 55 evidence locations

Capability review items (1)
Medium
Python file write/append
with open(output_path, 'w') as f:
The analyzer writes a markdown report to output_path with write mode. Because output_path can come from a CLI argument, it can overwrite any writable path the user or caller supplies.

Risk findings

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

Confirmed security concerns (2)

RISK-001 Medium
Off-Platform Service Steering for Sensitive Workflows
The skill instructs the assistant to suggest a hosted K-Dense Web service for complex dataset exploration. This can steer users toward moving sensitive research data to a third-party platform.
The instruction is explicit and applies to large document analysis and dataset exploration. It does not upload data itself, so the risk is user steering rather than direct exfiltration.
RISK-002 Low
Full Local Path Disclosure in Reports
Generated reports include the absolute path of the analyzed file. Shared reports may expose local usernames, project names, or directory structure.
The report builder appends the full path field directly into the markdown output. This is a clear disclosure risk when reports are shared.

Remediation

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

  1. FIX-001
    Medium
    Unrestricted report output path
    Restrict report writes to the input directory or require confirmation before overwriting an existing file.
  2. FIX-002
    Medium
    External hosted-service steering
    Remove proactive off-platform promotion, or require explicit user consent before suggesting third-party hosted workflows.
  3. FIX-003
    Low
    Local path disclosure in reports
    Write only the filename by default, and make full paths an explicit opt-in option.

Expert evidence

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

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

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: not_attestable