secure-pipeline

secure-pipeline is a skill for Claude Code from jassics/awesome-claude-security. It costs 76 tokens per session (768 once invoked), scanned A, original, GPL-3.0.

A guide for reviewing or designing the security controls in a CI/CD pipeline, the automated system that builds, tests, and ships software.

In plain words
What is it for?
Use it to add security gates, verify software provenance, protect build runners, and assess pipeline security.
Why use it?
It helps identify missing checks for vulnerable code, dependencies, secrets, infrastructure settings, and software supply-chain risks. It also covers ways to limit what pipeline workers can access.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the security-engineer plugin — 1 skill, 1 command, 1 agent shipped together

Good fit Use it to add security gates, verify software provenance, protect build runners, and assess pipeline security.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jassics/awesome-claude-security/secure-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jassics/awesome-claude-security --skill secure-pipeline
Clone the repo
git clone --depth 1 https://github.com/jassics/awesome-claude-security

Made for: Claude Code.

Or install security-engineer, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for secure-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/jassics/awesome-claude-security/secure-pipeline/github.svg)](https://agentmods.dev/skills/jassics/awesome-claude-security/secure-pipeline)
Your own site
<a href="https://agentmods.dev/skills/jassics/awesome-claude-security/secure-pipeline"><img src="https://agentmods.dev/badge/skills/jassics/awesome-claude-security/secure-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for secure-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/jassics/awesome-claude-security/secure-pipeline"><img src="https://agentmods.dev/badge/skills/jassics/awesome-claude-security/secure-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 768 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.00768
Opus 5 $0.00038 $0.00384
Sonnet 5 $0.00015 $0.00154
Haiku 4.5 $0.00008 $0.00077

Measured 6d ago against content hash 8626ec6c69ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

secure-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/security-engineer/skills/secure-pipeline/SKILL.md · 63 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 63 lines · 76 tokens per session scan A 8626ec6c69ea

Subscribe to this mod's changes

secure-pipeline is a skill published in the GitHub repository jassics/awesome-claude-security (6 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 76 tokens to every session and 768 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

add-azuredevops

Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.

microsoft/power-platform-skills · 37 tokens

pr-watch

Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.

SethGammon/Citadel · 46 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

cloudflare-workers-ci-cd

Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues.

secondsky/claude-skills · 50 tokens

cicd-integration

Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…

murphytrueman/design-system-ops · 177 tokens

platform-operations

Unified platform operations guidance for CI/CD pipeline design, deployment strategies, observability, SLI/SLOs, and incident-ready rollouts. Use when building release workflows, production monitoring, or reliability controls.

rsmdt/the-startup · 45 tokens