Versioned security assessment

Report ID: SA-30C73EAC

7/5/2026, 3:01:57 PM

configuring-tmux security assessment v4

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
configuring-tmux
Version
v4
Maintainer
ibrahimhka
Coverage
2 Files scanned · 227 Lines analyzed
Policy version
Unavailable

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 static findings are false positives from Markdown code fences, tmux syntax, expected dotfile paths, and documented public URLs. The fixed /tmp cache examples and pane-content persistence setting are real local privacy and integrity concerns. No prompt injection or data-exfiltration intent was found.

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

2 Files scanned · 227 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 6 evidence locations

Filesystem access

May read or write local files.

Observed in 21 evidence locations

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

Capability review items (2)
Medium
Temp directory access
CACHE="/tmp/my-widget-cache"
The example uses a fixed cache file under /tmp, which can be read or replaced by other local users on shared systems. Use a user-owned cache directory with private permissions.
Medium
Temp directory access
CACHE="/tmp/news-cache" # one headline per line, refreshed by background fetch
The example uses a fixed cache file under /tmp, which can be read or replaced by other local users on shared systems. Use a user-owned cache directory with private permissions.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Terminal Pane Content Persistence
The plugin setup enables automatic restore and pane-content capture. This can write terminal output, including tokens or commands, into tmux-resurrect state files.
Line 59 directly enables pane content capture, and lines 57-58 enable automatic restore and periodic saves. This is a clear local privacy risk, although it is not exfiltration.

Remediation

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

  1. FIX-001
    Medium
    Fixed cache files are placed under /tmp.
    Use a user-owned cache directory such as XDG_CACHE_HOME with private permissions and unique filenames.
  2. FIX-002
    Medium
    tmux-resurrect pane content capture is enabled by default.
    Make pane-content capture opt-in and warn users that saved panes can contain secrets.
  3. FIX-003
    Low
    Setup commands modify tmux dotfiles and create a symlink.
    Ask before changes, back up existing tmux files, and show proposed edits before reload.
  4. FIX-004
    Low
    The skill installs third-party tmux plugins and frameworks.
    Ask for confirmation before cloning, prefer pinned versions, and advise users to review upstream repositories.

Expert evidence

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

Artifact subject

Marketplace commit
30c73eac2afe762f6aa9c4553158769369d47351
Content hash
f6b926a76a41a8a612e5add59a10c325c3289c390001eca8d8eb887f5b02bd83
Tree hash
cb4895ffbbe3c60e75a658d2ebaf17841423c868a1d6dfdd26edf97201dc95bb
Skill path
skills/ibrahimhka/configuring-tmux
Audit payload hash
bdf951a521dfe58ca235a0288b3ef3c5

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