CtrlK
BlogDocsLog inGet started
Tessl Logo

vannifr/ci-local-parity

Use when setting up or auditing a project's CI/CD pipeline together with local verification — ensures pnpm/npm verify (or equivalent) actually covers everything CI checks, adds pre-commit/pre-push git hooks that enforce this locally, and keeps trunk-based development honest (small commits, frequent pushes, CI checked per push not per batch). Load before building a new .woodpecker.yml/.github/workflows, before adding SonarQube/coverage, or when "it passed locally but failed in CI" comes up.

69

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill contains instructions that fetch and execute an external binary from GitHub Releases during setup or runtime (line 268), introducing an unverifiable third-party operational dependency.

Where we found it

https://github.[REDACTED].30.1/gitleaks_8.30.1_linux_x64.tar.gz

dependency · 1 site

The skill contains a GitHub Actions workflow snippet that downloads and executes the gitleaks binary from GitHub Releases during CI runtime, introducing an unverifiable third-party operational dependency.

SKILL.md

268

curl -sSL -o gitleaks.tar.gz https://github.[REDACTED].30.1/gitleaks_8.30.1_linux_x64.tar.gz

Report incorrect finding
Audited
Security analysis
Snyk