Versioned security assessment

Report ID: SA-D11AF420

7/6/2026, 7:35:05 AM

managing-git security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
managing-git
Version
v8
Maintainer
CloudAI-X
Coverage
1 Files scanned · 207 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 caused by Markdown fences and inline code formatting, not executable Ruby backtick syntax. I found one contextual risk: the skill documents a destructive Git reset command without explicit confirmation or backup guidance. 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

1 Files scanned · 207 Lines analyzed

1 item 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 1 evidence location

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

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Destructive Git Reset Guidance Without Safeguards
The skill includes git reset --hard HEAD~1 under mistake recovery guidance. This command can discard local changes if an agent runs it without confirmation or backup steps.
The destructive command appears plainly in the documented workflow and has known data-loss behavior. The section does not require explicit confirmation, status checks, or backup before use.

Remediation

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

  1. FIX-001
    Medium
    Destructive reset command lacks safeguards.
    Require explicit user confirmation before git reset --hard, and recommend git status plus backup or stash steps first.
  2. FIX-002
    Low
    Remote Git operations can change shared repositories.
    State that push, pull, rebase, and pull request operations should follow project policy and user confirmation.

Expert evidence

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

Artifact subject

Marketplace commit
d11af420e07cd866fe39cfa937efef3223896c06
Content hash
01fbe6b5e615b24b9cbf1397fe5b0b65ac98604ada3a93fb85027ee52962e6ba
Tree hash
335bb5af8cac9c3601365664767cc20212747267fa7b91ba33408006fdd546fb
Skill path
skills/cloudai-x/managing-git
Audit payload hash
6f6ec1c5dc1a084614f18d5af2811523

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