Versioned security assessment

Report ID: SA-3F6E026A

7/21/2026, 4:03:27 AM

nla-fulfill security assessment v2

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: claude Latest published report
Skill name
nla-fulfill
Version
v1.0
Maintainer
internet-court
Coverage
1 Files scanned · 114 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

High

2 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 code fences and escrow identifiers. The skill genuinely handles wallet private keys and directs irreversible on-chain transactions without confirmation safeguards. It should protect secrets and require explicit approval before each transaction.

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

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

Not recorded by this audit

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 1 evidence location

External commands

May invoke commands or programs outside the Skill.

Observed in 11 evidence locations

Capability review items (1)
High
Generic API/secret keys
- Private key set via `nla wallet:set`, `--private-key` flag, or `PRIVATE_KEY` env var
The skill recommends using a PRIVATE_KEY environment variable. A wallet private key is highly sensitive and the guidance does not address secure handling.

Risk findings

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

Confirmed security concerns (2)

RISK-001 High
Crypto seed/private key mention
- Private key set via `nla wallet:set`, `--private-key` flag, or `PRIVATE_KEY` env var
The skill instructs users to provide a wallet private key through an environment variable or CLI flag. This can expose credentials through logs, shell history, or agent context.
RISK-002 High
Irreversible On-Chain Actions Lack Confirmation
The workflow directs submission, bonding, and token collection without requiring explicit user confirmation immediately before transactions. These actions can spend gas, create permanent on-chain records, and transfer tokens.
The documented commands submit a bonded fulfillment and transfer escrowed tokens, yet no confirmation checkpoint appears before either external action.

Remediation

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

  1. FIX-001
    High
    Private-key handling guidance permits insecure disclosure paths.
    Never request or display private keys. Prefer an external wallet signer, and warn that CLI flags and environment variables can leak through history, logs, and process inspection.
  2. FIX-002
    High
    On-chain fulfillment and collection can execute without an explicit approval checkpoint.
    Show the escrow UID, chain, oracle, wallet address, token amount, gas impact, and permanent-data warning, then require explicit confirmation immediately before each transaction.

Expert evidence

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

Artifact subject

Marketplace commit
3f6e026a3363e0954ede7bef0cfe88d4475de137
Content hash
d9c371d6c31fa7a34fa0cc62292eda6ad8af0ceee824ea7068ee11ea37db8371
Tree hash
fece4c0ab4c6dbb86793cd87933a21e3801d6c2946064af2b423597b38e8d302
Skill path
skills/internet-court/nla-fulfill
Audit payload hash
d2427fce282026b9640952c286dd8d2b

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