Versioned security assessment

Report ID: SA-C5F69E0B

7/5/2026, 5:56:06 PM

get-available-resources security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
get-available-resources
Version
v8
Maintainer
K-Dense-AI
Coverage
3 Files scanned · 835 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Low

1 confirmed security finding requires 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.

The static command-execution alerts are largely false positives: the subprocess calls use fixed argument lists for local hardware utilities, and Markdown backticks are documentation syntax. The main confirmed risk is filesystem impact because the custom output path can overwrite writable files. No evidence of network exfiltration, credential access, obfuscation, or prompt injection 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

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

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

Capability review items (1)
Medium
Python file write/append
with open(output_path, 'w') as f:
The script writes JSON to output_path, and the CLI exposes a custom --output path. A mistaken or prompt-influenced invocation could overwrite an arbitrary writable file.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Low
Persistent Resource Profile May Expose Host Details
The skill writes operating system, CPU, memory, disk, and GPU details to a project file and documentation suggests keeping that file. If shared or committed, the file can reveal local environment details.
The script explicitly serializes resource fields and writes them to disk, while the documentation names the output file and recommends keeping it. No network exfiltration or credential collection was found.

Remediation

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

  1. FIX-001
    Medium
    Custom output path can overwrite files
    Restrict --output to the current workspace, refuse existing non-resource files, or require explicit confirmation before overwriting any file.
  2. FIX-002
    Low
    Resource inventory is written to a project file
    Add .claude_resources.json to generated .gitignore guidance and warn users before sharing files that contain local system details.
  3. FIX-003
    Low
    External hardware utilities run during detection
    Document the exact local commands and run detection only after the user requests a resource check or approves automatic detection.

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