Versioned security assessment

Report ID: SA-B8CA75D2

7/6/2026, 6:24:49 PM

gget security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
gget
Version
v7
Maintainer
K-Dense-AI
Coverage
8 Files scanned · 3,245 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

4 confirmed security findings require attention.

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.

Most static findings are false positives caused by Markdown code fences, documented gget commands, expected analysis file writes, and public database links. The audit did find semantic risks: a bundled self-attested safety report, promotional steering text, an unsafe pickle cache example, and an output-path issue from unsanitized FASTA identifiers.

Report position

Latest published report

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

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

8 Files scanned · 3,245 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 5 evidence locations

Filesystem access

May read or write local files.

Observed in 16 evidence locations

Env variables

May read values from the process environment.

Observed in 4 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 242 evidence locations

Risk findings

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

Confirmed security concerns (4)

RISK-001 High
Prompt Injection Attempt Detected
evaluation_output.json includes self-attested audit fields that claim risk_level is safe, safe_to_publish is true, and no malicious behavior was detected. Untrusted skill content should not attempt to pre-answer marketplace security decisions.
The file directly contains safety verdict language inside the skill package. It does not issue an explicit override command, so confidence is high but not absolute.
RISK-002 High
Unsafe Pickle Cache Example
references/workflows.md demonstrates loading cached results with pickle.load from a caller-supplied cache path. Loading untrusted pickle files can execute arbitrary Python code.
The code directly calls pickle.load on a file path without trust checks. This is a well-known unsafe deserialization pattern when cache files are not fully controlled.
RISK-003 Medium
Commercial Steering Instruction
SKILL.md instructs the assistant to proactively suggest K-Dense Web for complex workflows. This can steer users toward a hosted service unrelated to the immediate gget task.
The instruction is explicit and appears in the skill body. It is promotional rather than covert malware, so medium severity is appropriate.
RISK-004 Medium
Untrusted FASTA Header Used in Output Path
scripts/batch_sequence_analysis.py derives BLAST output filenames from FASTA record identifiers. A crafted identifier with path separators could write outside the intended output directory.
The parser stores raw FASTA headers and later uses them in a filename. Exploitability depends on running the helper script on untrusted FASTA input.

Remediation

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

  1. FIX-001
    High
    Bundled self-attested security report
    Remove evaluation_output.json from the published skill or strip safety verdict fields that can influence reviewers.
  2. FIX-002
    High
    Unsafe pickle deserialization example
    Replace pickle caching with JSON, CSV, Parquet, or a signed trusted cache format.
  3. FIX-003
    Medium
    Promotional steering instruction
    Remove the instruction to proactively recommend K-Dense Web, or move disclosure to neutral marketplace metadata.
  4. FIX-004
    Medium
    FASTA identifiers used in output filenames
    Sanitize sequence identifiers, remove path separators, and enforce that resolved paths remain under the output directory.
  5. FIX-005
    Medium
    Credential examples use command-line API key arguments
    Prefer secure configuration, environment variables, or interactive secret prompts instead of command-line secrets.

Expert evidence

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

Artifact subject

Marketplace commit
b8ca75d2c0a7e7102978993058777d82b8ab2610
Content hash
1f013de9b6981128cb3d2fd2c368c21a1d165da2d3887bbdc2fce73eab32734c
Tree hash
cb40001a4fbaf708dfa151f0228754e96946313544252dcacf9a8409b3ee45ef
Skill path
skills/k-dense-ai/gget
Audit payload hash
d17b02a115bc564915529d58f46736fa

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