Versioned security assessment

Report ID: SA-D5F9350F

7/1/2026, 12:25:34 AM

python-performance-optimization security assessment v6

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
python-performance-optimization
Version
v6
Maintainer
wshobson
Coverage
1 Files scanned · 870 Lines analyzed
Policy version
Unavailable

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

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.

Static analysis reported many command-execution alerts, but review shows they are Markdown code fences and example profiler commands, not executable skill code. The skill is documentation-only, with low residual risk from copied examples that run local profilers, open local files, or call httpbin.org for I/O benchmarking.

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

1 Files scanned · 870 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.

Observed in 1 evidence location

Filesystem access

May read or write local files.

Observed in 2 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 5 evidence locations

Capability review items (3)
Low
Example Commands Profile Local Processes
The py-spy examples inspect a local process by PID and can expose stack information if a user runs them against sensitive production services. This is legitimate performance tooling, and no evidence shows the skill executes these commands automatically.
The line-numbered context shows explicit py-spy commands against a PID. The risk depends on a user manually running the documented command, so severity remains low.
Low
Example HTTP Benchmark Uses External Service
The async I/O example imports requests and aiohttp and calls https://httpbin.org/delay/1. This is a benign timing demonstration, but copied code would make outbound network requests.
The URLs and HTTP client calls are visible in the referenced lines. They target a public test endpoint and do not include credentials or exfiltration logic.
Low
Examples Open Local Files and Databases
The SQLite and iterator examples open example.db or a caller-provided filename. This is normal optimization guidance, but users should test with non-sensitive data.
The examples clearly demonstrate local file and database access. They are not hidden behavior because SKILL.md is the only file and contains documentation examples only.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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 (1)
Low
Static Command Alerts Are Markdown False Positives
The many Ruby or shell backtick findings correspond to Markdown fenced code blocks and sample snippets. No standalone script, installer, or automatic command runner was found in the skill package.
Line-numbered review shows fenced code examples rather than executable Ruby backticks. The package contains only SKILL.md, so there is no execution surface outside user-copied examples.

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