Versioned security assessment

Report ID: SA-839569A1

6/30/2026, 4:04:25 AM

twitter-automation security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
twitter-automation
Version
v2
Maintainer
inference-sh-8
Coverage
1 Files scanned · 155 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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 Ruby backtick and weak cryptography findings are false positives caused by Markdown fences, inline code, and Twitter/X wording. The pipe-to-shell installer is a true positive because line 17 downloads and executes a remote script. The skill also performs live Twitter/X account actions through an external CLI, so publication should require human review and stronger installation guidance.

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

1 Files scanned · 155 Lines analyzed

4 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.

Not recorded by this audit

Network access

May connect to external services.

Observed in 6 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

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

Capability review items (4)
High
Remote Installer Piped to Shell
Line 17 instructs users to download an install script from https://cli.inference.sh and pipe it directly to sh. This executes remote code before the user can inspect it, and the later checksum note does not protect this command path.
The exact command uses curl piped into sh, which is a direct remote code execution pattern. The install note claims verification is available, but the quick start still executes the script without prior review.
Medium
Live Social Media Account Actions
The skill documents commands that post, like, retweet, delete posts, send direct messages, and follow users through an external CLI. These actions can alter a user's public account or send messages if executed without explicit confirmation.
The app list and examples clearly show commands for account-changing Twitter/X actions. The behavior is intentional for this skill, but it creates material misuse and accidental-action risk.
Medium
External CLI and Network Service Dependency
The skill relies on the inference.sh CLI and external inference.sh, dist.inference.sh, and documentation URLs. Users must trust the external service, its authentication flow, and the app implementations behind each command.
The file explicitly links to inference.sh services and runs the infsh CLI. No credential exfiltration is shown, but the skill depends on external network execution.
Medium
Related Skill Installation Commands
The related skills section includes npx skills add commands for installing additional packages. These commands can expand the trusted code surface beyond the reviewed Twitter automation skill.
The commands are presented as optional related installs, not hidden execution. They still introduce third-party installation risk that is outside this audit scope.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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.

Static false positives ignored (2)
Low
Markdown Backticks Misclassified as Ruby Execution
The external command scanner flagged Markdown code fences and inline command examples as Ruby or shell backtick execution. No Ruby source file or Ruby backtick operator is present in the reviewed file.
The cited syntax is Markdown fencing around examples. The reviewed file is SKILL.md, and I found no Ruby execution context.
Low
Weak Cryptography Alerts Are False Positives
The weak cryptography alerts point to the skill description and a Markdown table header. I found no MD5, SHA-1, insecure cipher use, or cryptographic implementation at those locations.
The cited lines contain Twitter/X descriptive text and a table header. The only checksum reference is SHA-256 on line 23, which is not a weak algorithm.

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