Versioned security assessment

Report ID: SA-3F6E026A

7/19/2026, 10:05:12 AM

0g-compute security assessment v2

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Latest published report
Skill name
0g-compute
Version
v2
Maintainer
internet-court
Coverage
9 Files scanned · 4,051 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

Medium

1 confirmed security finding requires 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 alerts are scanner misclassifications of Markdown, documentation links, standard installation paths, local configuration, and intended 0G examples. Two image-download fetches are confirmed because provider-supplied URLs lack destination and size controls. Financial commands also lack explicit approval guardrails.

Report position

Latest published report

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

Audit attestation

Attestation unavailable

No public attestation is available for this report.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

9 Files scanned · 4,051 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

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

Filesystem access

May read or write local files.

Observed in 33 evidence locations

Env variables

May read values from the process environment.

Observed in 30 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 50 evidence locations

Capability review items (2)
High
Fetch API call
const response = await fetch(url);
The example fetches a provider-supplied image URL without destination, redirect, response-size, or content-type controls. This permits SSRF and resource exhaustion.
High
Fetch API call
const response = await fetch(imageUrl);
The example fetches a provider-supplied image URL without destination, redirect, response-size, or content-type controls. This permits SSRF and resource exhaustion.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Financial Commands Lack Confirmation Guardrails
The skill presents token deposit, transfer, and refund commands without requiring explicit approval or rechecking the network, provider, and amount before execution.
The on-chain commands and missing approval requirement are explicit. Impact still depends on an agent having wallet access and command permissions.

Remediation

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

  1. FIX-001
    High
    Provider-supplied image URLs are downloaded without trust or resource controls.
    Require HTTPS, allowlist trusted hosts, block private addresses and unsafe redirects, verify image types, stream responses, and enforce strict byte and time limits.
  2. FIX-002
    Medium
    Deposit, transfer, and refund examples do not require explicit user confirmation.
    Require confirmation before every transaction and display the network, wallet, provider, amount, fee estimate, and expected effect before execution.

Expert evidence

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

Artifact subject

Marketplace commit
3f6e026a3363e0954ede7bef0cfe88d4475de137
Content hash
5af544f552f1bba017f20311dd09fef6a7d244cd6ed05574cc30f158449ea176
Tree hash
7fa805a7f512490aaf4b3fd3b966315cc377e977b26f97a9853b2874fccea1cd
Skill path
skills/internet-court/0g-compute
Audit payload hash
386e238ecf8e4617e308df23e50fb68e

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: unavailable