Versioned security assessment

Report ID: SA-D46E6208

7/7/2026, 9:33:55 PM

reviewdog security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
reviewdog
Version
v8
Maintainer
AgentSecOps
Coverage
9 Files scanned · 2,206 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Critical

1 confirmed security finding requires attention.

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 skill is primarily documentation and CI templates for reviewdog-based security scanning. Most static findings are expected scanner commands, CI token references, or security reference examples. The GitLab CI template contains a confirmed pipe-to-shell remote installer, and fixed /tmp Gitleaks paths should be replaced.

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

9 Files scanned · 2,206 Lines analyzed

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

Observed in 2 evidence locations

Network access

May connect to external services.

Observed in 19 evidence locations

Filesystem access

May read or write local files.

Observed in 31 evidence locations

Env variables

May read values from the process environment.

Observed in 17 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 49 evidence locations

Capability review items (4)
High
Hardcoded URL
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr
The hardcoded raw.githubusercontent.com URL is part of a remote installer that is executed by the shell. The endpoint is legitimate, but the unpinned network fetch materially increases CI supply chain risk.
Medium
Temp directory access
gitleaks detect --report-format json --report-path /tmp/gitleaks.json --no-git 2>/dev/null || true
The sample writes Gitleaks output to a predictable /tmp/gitleaks.json path. In shared or reused environments this can collide with other processes or expose sensitive finding metadata.
Medium
Temp directory access
cat /tmp/gitleaks.json 2>/dev/null || echo '{"findings":[]}'
The sample reads a predictable /tmp/gitleaks.json path after scanner execution. That fixed temp path can consume stale or attacker-created content in shared environments.
Medium
Temp directory access
entry: bash -c 'gitleaks detect --report-format json --report-path /tmp/gitleaks.json --no-git 2>/de
The pre-commit hook writes and reads /tmp/gitleaks.json using a fixed name. A per-run temporary file would avoid collisions and stale secret-scan output.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Critical
Pipe to shell pattern
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr
The GitLab template downloads install.sh from the reviewdog main branch and pipes it directly to sh. That executes unauthenticated network content in CI and is a real supply chain risk.

Remediation

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

  1. FIX-001
    Critical
    GitLab CI template pipes a remote installer script directly into sh.
    Install reviewdog from a pinned release, package manager, or verified binary with checksum validation before execution.
  2. FIX-002
    Medium
    Gitleaks examples use a predictable /tmp/gitleaks.json path.
    Use mktemp or a CI workspace-scoped filename, then remove the report after reviewdog consumes it.
  3. FIX-003
    Medium
    Several examples use floating latest or main references for tools and containers.
    Pin action versions, container tags, scanner versions, and ruleset versions for reproducible security reviews.
  4. FIX-004
    Low
    CI examples rely on repository tokens for posting review comments.
    Document minimum token permissions and prefer platform-scoped tokens with pull request comment access only.

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.

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