secure-deployment-pipeline

secure-deployment-pipeline is a skill for Claude Code from bookforge-ai/bookforge-skills. It costs 198 tokens per session (4,222 once invoked), scanned A, original, CC-BY-SA-4.0.

A workflow for protecting a software deployment pipeline from mistakes, malicious insiders, and outside attackers. A deployment pipeline is the automated process that builds, checks, and releases software.

In plain words
What is it for?
Mapping pipeline threats to safeguards, defining provenance requirements for build stages, and planning provenance-based deployment controls.
Why use it?
It makes threats and required build evidence explicit, helping teams reduce supply-chain risks in the release process.

Skill for Claude Code

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

Part of the building-secure-and-reliable-systems plugin — 14 skills shipped together

Good fit Mapping pipeline threats to safeguards, defining provenance requirements for build stages, and planning provenance-based deployment controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bookforge-ai/bookforge-skills/secure-deployment-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 bookforge-ai/bookforge-skills --skill secure-deployment-pipeline
Clone the repo
git clone --depth 1 https://github.com/bookforge-ai/bookforge-skills

Made for: Claude Code.

Or install building-secure-and-reliable-systems, the plugin that ships this one along with the rest of its 14 skills.

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-deployment-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/bookforge-ai/bookforge-skills/secure-deployment-pipeline/github.svg)](https://agentmods.dev/skills/bookforge-ai/bookforge-skills/secure-deployment-pipeline)
Your own site
<a href="https://agentmods.dev/skills/bookforge-ai/bookforge-skills/secure-deployment-pipeline"><img src="https://agentmods.dev/badge/skills/bookforge-ai/bookforge-skills/secure-deployment-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-deployment-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/bookforge-ai/bookforge-skills/secure-deployment-pipeline"><img src="https://agentmods.dev/badge/skills/bookforge-ai/bookforge-skills/secure-deployment-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 198 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,222 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.00198 $0.04222
Opus 5 $0.00099 $0.02111
Sonnet 5 $0.00040 $0.00844
Haiku 4.5 $0.00020 $0.00422

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

Security

Grade A, and why

secure-deployment-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 12d 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.

books/building-secure-and-reliable-systems/skills/secure-deployment-pipeline/SKILL.md · 250 lines

The source is not reproduced here

Licensed CC-BY-SA-4.0

The repository is licensed CC-BY-SA-4.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. 12d ago First seen · 250 lines · 198 tokens per session scan A 6c7dc24fbd8b

Subscribe to this mod's changes

secure-deployment-pipeline is a skill published in the GitHub repository bookforge-ai/bookforge-skills (35 stars, last pushed 4mo ago), licensed CC-BY-SA-4.0. It adds 198 tokens to every session and 4,222 once invoked, about $0.0010 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-08-30.

Related

Other skills, from other repositories

blockchain-infrastructure

Use this skill when asked about blockchain node deployment, RPC infrastructure, CI/CD for smart contracts, monitoring and alerting for blockchain networks, MEV infrastructure (Flashbots, builders, relays), key management (KMS, HSM), and environment management for devnet/testnet/staging/mainnet. Languages: Go, Rust…

j4flmao/agent-skills · 234 tokens

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

ruvnet/RuView · 27 tokens

github-workflow-automation

Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management.

ruvnet/RuView · 26 tokens

securing-helm-chart-deployments

Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.

xalgorix/xalgorix · 34 tokens

implementing-aqua-security-for-container-scanning

Deploy Aqua Security's Trivy scanner to detect vulnerabilities, misconfigurations, secrets, and license issues in container images across CI/CD pipelines and registries.

xalgorix/xalgorix · 41 tokens

securing-github-actions-workflows

This skill covers hardening GitHub Actions workflows against supply chain attacks, credential theft, and privilege escalation. It addresses pinning actions to SHA digests, minimizing GITHUBTOKEN permissions, protecting secrets from exfiltration, preventing script injection in workflow expressions, and implementing…

xalgorix/xalgorix · 68 tokens