Versioned security assessment

Report ID: SA-F17B6A46

6/30/2026, 5:34:18 AM

get-available-resources security assessment v6

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
get-available-resources
Version
v6
Maintainer
K-Dense-AI
Coverage
3 Files scanned · 835 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 findings for markdown backticks, weak cryptography, and dynamic import are false positives after review. The remaining concerns are legitimate but sensitive resource detection behavior: the script executes hardcoded local utilities and writes system inventory details to a JSON file.

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

3 Files scanned · 835 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.

Observed in 1 evidence location

Network access

May connect to external services.

Not recorded by this audit

Filesystem access

May read or write local files.

Observed in 1 evidence location

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 4 evidence locations

Capability review items (3)
Medium
Local System Resource Inventory
The skill intentionally collects CPU, memory, disk, OS, and GPU details to recommend scientific computing strategies. This is documented behavior and no network exfiltration was found, but the report may expose host characteristics if shared.
The resource inventory is implemented directly and matches the skill purpose. Risk is limited because the data is written locally and I found no evidence of network transmission.
Medium
External System Utility Execution
The script runs local platform utilities for GPU and hardware detection. Commands and arguments are hardcoded list values without shell execution, reducing injection risk, but the skill still depends on executing binaries from the local environment.
The subprocess calls are clearly present and semantically needed for hardware detection. They are not command injection patterns because there is no shell and no user-controlled command string.
Low
User-Controlled Local Output Path
The CLI accepts an output path and writes the resource report there. This is expected functionality, but users should avoid pointing it at sensitive files or shared locations.
The output argument and file write are visible in the script. The risk is low because writing the chosen report path is the documented behavior.

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 Analyzer False Positives
Markdown backticks in SKILL.md were flagged as shell execution, and weak cryptography alerts did not match cryptographic code. The dynamic import at line 255 imports datetime with a hardcoded module name.
The cited markdown locations are formatting or examples, not executable Ruby or shell. The dynamic import uses a fixed standard library module name, not untrusted input.

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