Versioned security assessment

Report ID: SA-1B5B6C49

7/7/2026, 11:14:36 PM

quality-gates security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
quality-gates
Version
v8
Maintainer
AI-Vibe-Prompts
Coverage
1 Files scanned · 458 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

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.

Most static alerts are Markdown formatting or inline code examples, not Ruby backtick execution. The remaining confirmed issues are legitimate quality-gate commands that run package scripts, modify files, install tooling, or may expose secret matches. No prompt injection attempt was found in SKILL.md.

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

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

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

Capability review items (16)
High
Ruby/shell backtick execution
```bash
The secret-check block greps staged diffs for credential keywords. Matching output can reveal secret values in the agent transcript.
Medium
Ruby/shell backtick execution
```bash
The bash block instructs running npm and npx lint commands. Project scripts and npx packages can execute local or downloaded code.
Medium
Ruby/shell backtick execution
```bash
The lint fix block can modify repository files through npm scripts or eslint --fix. This is legitimate but requires user confirmation.
Medium
Ruby/shell backtick execution
```bash
The type check block runs npm scripts and npx tsc. Project-controlled scripts can execute code even when the intent is validation.
Medium
Ruby/shell backtick execution
```bash
The test block runs npm scripts and test runners against repository code. Tests can execute arbitrary project code.
Medium
Ruby/shell backtick execution
```bash
The coverage command runs a project package script. It is a normal quality check but still executes repository-defined code.
Medium
Ruby/shell backtick execution
```bash
The build command runs a project package script. Build scripts can execute arbitrary local code during validation.
Medium
Ruby/shell backtick execution
```bash
The cleanup block deletes build directories with rm -rf. The target paths are limited, but it is still destructive filesystem action.
Medium
Ruby/shell backtick execution
```bash
The audit block runs npm or pnpm audit commands. These commands may contact package registries and disclose dependency metadata.
Medium
Ruby/shell backtick execution
```bash
The audit fix block can modify dependency files and includes a force option. This can change the project beyond simple reporting.
Medium
Ruby/shell backtick execution
```bash
The Husky setup block installs packages and runs npx initialization. Package installation can fetch and execute third-party tooling.
Medium
Ruby/shell backtick execution
```bash
The hook template runs npm scripts automatically during commits. This is expected for quality gates but executes project-controlled commands.
Medium
Ruby/shell backtick execution
- **Lint errors**: Run `eslint --fix` or `biome check --apply`
The lint recovery guidance recommends fix commands that can rewrite source files. File-modifying commands need explicit user approval.
Medium
Ruby/shell backtick execution
- **Format errors**: Run `prettier --write`
The format recovery guidance recommends a write command. It can modify repository files, so confirmation is required.
Medium
Ruby/shell backtick execution
- **Security vulnerabilities**: Run `npm audit fix`
The security recovery guidance recommends npm audit fix. It can alter dependency versions and lockfiles.
Medium
Ruby/shell backtick execution
```bash
The bypass example uses git commit --no-verify, which disables hook enforcement. The caution text reduces risk but does not remove it.

Risk findings

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

Confirmed security concerns (1)

RISK-001 High
Secret Values May Be Exposed in Diff Output
The skill recommends grepping staged diffs for API keys, secrets, passwords, and tokens. Matching lines can reveal secret values to the agent transcript or logs.
The command directly scans staged diff content for secret keywords and would output matching lines. The purpose is protective, but the output can expose sensitive values.

Remediation

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

  1. FIX-001
    High
    Secret searches may print matched secret values into model context.
    Use redacted secret scanning output. Report only file names, line numbers, and match types, not secret values.
  2. FIX-002
    Medium
    Project scripts and package manager commands can execute repository code.
    Require user confirmation before npm, pnpm, npx, build, test, and install commands. Show the exact command first.
  3. FIX-003
    Medium
    Automatic fix and cleanup commands can modify or delete files.
    Run non-mutating checks by default. Ask before fix commands, audit fixes, cleanup commands, or package installation.
  4. FIX-004
    Low
    The hook bypass example can normalize skipping quality checks.
    Limit no-verify guidance to emergencies. Require an explicit user request before suggesting it.

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