Versioned security assessment

Report ID: SA-3F6E026A

7/21/2026, 3:58:12 AM

near-smart-contracts security assessment v2

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: claude Latest published report
Skill name
near-smart-contracts
Version
v1.0.0
Maintainer
internet-court
Coverage
10 Files scanned · 2,297 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

Critical

3 confirmed security findings require 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 static findings are false positives caused by Markdown formatting, educational code examples, and NEAR-specific terminology. Three installation commands download and execute unpinned remote scripts or installers, which presents a critical supply-chain execution risk. The skill contains no evidence of prompt injection or credential exfiltration.

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

10 Files scanned · 2,297 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 32 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 6 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 50 evidence locations

Risk findings

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

Confirmed security concerns (3)

RISK-001 Critical
Pipe to shell pattern
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
This command downloads a remote installer or script and immediately executes it with sh. The URLs use moving latest-release content and no checksum or signature verification is shown, creating a supply-chain execution risk.
RISK-002 Critical
Pipe to shell pattern
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/ca
This command downloads a remote installer or script and immediately executes it with sh. The URLs use moving latest-release content and no checksum or signature verification is shown, creating a supply-chain execution risk.
RISK-003 Critical
Pipe to shell pattern
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/latest/download/n
This command downloads a remote installer or script and immediately executes it with sh. The URLs use moving latest-release content and no checksum or signature verification is shown, creating a supply-chain execution risk.

Remediation

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

  1. FIX-001
    Critical
    Remote installer scripts are piped directly to sh from mutable URLs.
    Replace pipe-to-shell instructions with version-pinned downloads, published checksums or signatures, and a separate verification step before execution.
  2. FIX-002
    Medium
    The credential example may encourage use of a private key in an environment variable.
    State that users must use a dedicated testnet key, never commit environment files, and prefer a hardware-backed or managed signer for production.
  3. FIX-003
    Medium
    The example broadcasts a signed multichain transaction.
    Require explicit transaction review, recipient allowlisting, amount limits, and testnet validation before broadcasting.

Expert evidence

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

Artifact subject

Marketplace commit
3f6e026a3363e0954ede7bef0cfe88d4475de137
Content hash
0adb99ffb47b629ce5a859d7c2460d679411383a7c7ca1c99d85f62a857e0eab
Tree hash
0ea9d110146ec3a24c9ddbe7ae706a7ec5c9f9625808f0cf5f98936d3e0ea762
Skill path
skills/internet-court/near-smart-contracts
Audit payload hash
7c0d67e9b41debd88f217cc928c1ceae

Analysis metadata

Audit model: claude

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