Versioned security assessment

Report ID: SA-D71C7417

7/12/2026, 10:06:03 AM

infsh-cli security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
infsh-cli
Version
v5
Maintainer
101-skills
Coverage
5 Files scanned · 608 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Critical

6 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 alerts are false positives caused by Markdown code formatting, example paths, environment variable documentation, and expected vendor links. The pipe-to-shell installer and unquoted remote-manifest command substitution are confirmed risks. Automatic local-file uploads and social account actions also require explicit user awareness and approval.

Report position

Latest published report

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

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

5 Files scanned · 608 Lines analyzed

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

Filesystem access

May read or write local files.

Observed in 3 evidence locations

Env variables

May read values from the process environment.

Observed in 3 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 21 evidence locations

Capability review items (1)
Medium
Shell command substitution
> curl -LO $(curl -fsSL https://dist.inference.sh/cli/manifest.json | grep -o '"url":"[^"]*"' | grep
The manual install command places unquoted output derived from a remote manifest into curl arguments. Malformed or compromised manifest content could alter the requested arguments despite the later checksum step.

Risk findings

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

Confirmed security concerns (6)

RISK-001 Critical
Pipe to shell pattern
curl -fsSL https://cli.inference.sh | sh
The installation command executes remotely fetched content without giving the user an inspection or pinning step. A compromised endpoint could immediately run arbitrary shell commands.
RISK-002 Critical
Pipe to shell pattern
curl -fsSL https://cli.inference.sh | sh
The reinstall instruction again executes a mutable remote script directly in the shell. Transport security does not protect against a compromised publisher or distribution endpoint.
RISK-003 Critical
Pipe to shell pattern
curl -fsSL https://cli.inference.sh | sh
The documented command directly executes the response from a remote endpoint. Endpoint or supply-chain compromise would provide immediate shell execution.
RISK-004 Critical
Pipe to shell pattern
curl -fsSL https://cli.inference.sh | sh
The primary installation path downloads a mutable remote script and immediately executes it. A compromised service or release pipeline could run arbitrary commands in the user's account.
RISK-005 High
Consequential Social Account Actions Lack Confirmation Guidance
The skill can post content and advertises direct messages, follows, likes, and reposts. It does not require confirmation before these externally visible account actions.
The command example explicitly posts to Twitter, and the capability table lists other account-changing operations without an approval safeguard.
RISK-006 Medium
Automatic Local File Upload
Supplying a local path causes the CLI to upload that file to inference.sh automatically. Sensitive files could leave the machine without a separate upload confirmation.
Both files explicitly state that local file paths are automatically uploaded instead of treated as URLs.

Remediation

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

  1. FIX-001
    Critical
    The installation guidance pipes a remote script directly into a shell.
    Make a version-pinned manual download the default, verify its checksum and signature, then execute the inspected artifact.
  2. FIX-002
    High
    Commands can publish content or perform actions on a connected social account.
    Require explicit confirmation immediately before every post, direct message, follow, like, or repost action.
  3. FIX-003
    Medium
    The manual installer derives a download argument from an unquoted remote manifest.
    Parse the manifest with a structured parser, validate the selected HTTPS URL, quote it, and pin an expected release.
  4. FIX-004
    Medium
    Local paths are uploaded automatically to a cloud service.
    Require explicit confirmation before each upload and show the local path, destination service, and data retention implications.

Expert evidence

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

Artifact subject

Marketplace commit
d71c7417a35d5c2624161bd2fe8de8a41a362128
Content hash
64e0a2da6037f2d29868cd7be38ab192ce848d32bad403776b430c50bcac0de9
Tree hash
e5d60be87d2859c521a2de6e7f9f01c6598452fb1a4a89d097315ed4154de378
Skill path
skills/101-skills/infsh-cli
Audit payload hash
c0e3527cd422b404edb96361bdc43c51

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