Versioned security assessment

Report ID: SA-02F077C1

7/5/2026, 7:35:00 AM

git-workflow-enforcer security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
git-workflow-enforcer
Version
v7
Maintainer
CrazyDubya
Coverage
1 Files scanned · 216 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

2 confirmed security findings require 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.

Most static external-command alerts are Markdown formatting false positives. The confirmed risks are local Git hook templates and a global Git configuration command that points to ~/.gitmessage. No prompt injection or credential exfiltration intent was found.

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 · 216 Lines analyzed

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

Not recorded by this audit

Filesystem access

May read or write local files.

Observed in 2 evidence locations

Env variables

May read values from the process environment.

Observed in 1 evidence location

External commands

May invoke commands or programs outside the Skill.

Observed in 39 evidence locations

Capability review items (4)
High
Hidden file in home directory
git config --global commit.template ~/.gitmessage
Line 209 uses git config --global with ~/.gitmessage, which changes global Git behavior and references a hidden home file. This persists outside the current repository.
High
Hidden file access
git config --global commit.template ~/.gitmessage
Line 209 points Git at ~/.gitmessage, a hidden file in the user home directory. The access is intentional but affects user-level Git configuration.
Medium
Unix shell invocation
#!/bin/sh
The skill provides a pre-commit hook with a /bin/sh shebang that can run npm and git commands if installed. This is legitimate workflow tooling, but it is a real external-command capability.
Medium
Unix shell invocation
#!/bin/sh
The skill provides a commit-msg hook with a /bin/sh shebang that runs during commits if installed. It is expected for Git validation, but it persists as local command execution.

Risk findings

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

Confirmed security concerns (2)

RISK-001 High
Global Git Configuration Change
The skill recommends setting a global commit template that points to ~/.gitmessage. This changes user-level Git behavior beyond the current project.
The lines explicitly show a global Git configuration command with a home-directory template path. The persistence and cross-repository scope are clear.
RISK-002 Medium
Persistent Git Hook Templates Execute Local Commands
The skill includes pre-commit and commit-msg hook templates that run local commands during future commits. This is expected for workflow enforcement but requires user consent.
The hook sections include shell shebangs and commands for linting, tests, diffs, and commit message validation. They are presented as templates rather than hidden behavior.

Remediation

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

  1. FIX-001
    High
    Global Git configuration changes user-level behavior.
    Prefer repository-local configuration or ask for explicit confirmation before using git config --global with a home-directory template.
  2. FIX-002
    Medium
    Git hook templates can execute commands during future commits.
    Present hook contents for review and require explicit approval before writing or enabling hooks.
  3. FIX-003
    Medium
    Shell examples include npm and npx command execution.
    Do not run package commands automatically. Explain local dependency execution and request approval first.
  4. FIX-004
    Low
    The example secret check is only keyword matching.
    Document it as a basic guard and recommend a dedicated secret scanning tool for real enforcement.

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