Versioned security assessment

Report ID: SA-02730BFD

6/30/2026, 6:22:34 AM

pubchem-database security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
pubchem-database
Version
v5
Maintainer
K-Dense-AI
Coverage
4 Files scanned · 1,681 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.

AI review found that most static findings are false positives from Markdown code fences, PubChem API path examples, and chemistry identifiers such as SMILES and InChI. Confirmed risks are legitimate external network access to PubChem and optional file downloads that can overwrite caller-selected paths. No prompt injection, credential exfiltration, shell execution, or malicious intent was found.

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

4 Files scanned · 1,681 Lines analyzed

2 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.

Observed in 2 evidence locations

Network access

May connect to external services.

Observed in 5 evidence locations

Filesystem access

May read or write local files.

Observed in 3 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.

Not recorded by this audit

Risk findings

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

Confirmed security concerns (2)

RISK-001 Medium
External Network Access to PubChem
The helper script builds PubChem and PUG-View URLs and performs GET or POST requests. This is expected for the skill, but users should understand that compound names, CIDs, SMILES, targets, and assay identifiers are sent to PubChem.
Network calls are directly present and target public PubChem endpoints. The intent appears legitimate, with no evidence of credential or local data exfiltration.
RISK-002 Medium
Download Helper Can Overwrite Files
The compound download helper passes a caller-provided filename to PubChemPy with overwrite enabled. This is useful for structure export, but unsafe callers could overwrite files if they pass unintended paths.
The overwrite behavior is explicit in the helper and examples. Risk depends on caller control of filenames, so this is a publishable concern rather than malicious behavior.

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.

Static false positives ignored (3)
Low
External Command Alerts Are Markdown False Positives
The static analyzer interpreted Markdown code fences and inline backticks as Ruby or shell backtick execution. The cited locations are documentation examples, not executable shell command construction.
The reviewed locations are Markdown fences, API route examples, or prose. No subprocess, os.system, shell=True, or equivalent command execution was found.
Low
Weak Cryptography Alerts Are False Positives
The high blocker alerts resolve to chemistry and API documentation text, including SMILES, InChI, InChIKey, GET routes, and PUG-View. No cryptographic algorithm implementation or security-sensitive hashing was found.
The static hits do not correspond to crypto APIs or digest operations. The surrounding context is chemical identifier documentation and PubChem endpoint text.
Low
System Reconnaissance Alerts Are Benign Workflow Text
The reconnaissance alerts point to loop limits, result counting, troubleshooting, and example output for PubChem workflows. They do not inspect host users, processes, filesystems, network interfaces, or environment variables.
The reviewed code handles PubChem result sets and prints example assay information. No host reconnaissance behavior was identified.

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