cicd-hardening

cicd-hardening is a skill for Claude Code, Codex from roodlicht/accans-sec-skills. It costs 61 tokens per session (3,363 once invoked), scanned B, original, no licence file.

A guide for securing CI/CD pipelines in GitHub Actions and GitLab CI. CI/CD automatically builds and tests code, and can also deploy it.

In plain words
What is it for?
Reviewing pull-request workflows, pinning actions to exact commits, limiting permissions, isolating runners, and adding software supply-chain checks.
Why use it?
It addresses unsafe build permissions, untrusted code, exposed cloud access, and risks from third-party actions or dependencies.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Reviewing pull-request workflows, pinning actions to exact commits, limiting permissions, isolating runners, and adding software supply-chain checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roodlicht/accans-sec-skills/cicd-hardening
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 roodlicht/accans-sec-skills --skill cicd-hardening
Clone the repo
git clone --depth 1 https://github.com/roodlicht/accans-sec-skills

Made for: Claude Code, Codex.

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 cicd-hardening

README.md
[![agentmods](https://agentmods.dev/badge/skills/roodlicht/accans-sec-skills/cicd-hardening/github.svg)](https://agentmods.dev/skills/roodlicht/accans-sec-skills/cicd-hardening)
Your own site
<a href="https://agentmods.dev/skills/roodlicht/accans-sec-skills/cicd-hardening"><img src="https://agentmods.dev/badge/skills/roodlicht/accans-sec-skills/cicd-hardening/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 cicd-hardening

Your own site · 80×15
<a href="https://agentmods.dev/skills/roodlicht/accans-sec-skills/cicd-hardening"><img src="https://agentmods.dev/badge/skills/roodlicht/accans-sec-skills/cicd-hardening.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,363 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00061 $0.03363
Opus 5 $0.00030 $0.01682
Sonnet 5 $0.00012 $0.00673
Haiku 4.5 $0.00006 $0.00336

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

Security

Grade B, and why

cicd-hardening scanned grade B with 1 finding 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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

**Expression injection**. `${{ github.event.pull_request.title }}` directly in a `run:` block is command injection: a PR title with ``" ; rm -rf / #`` runs on the runner. Fix: pass the value via an env variable (`env: TI

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/cicd-hardening/SKILL.md · 198 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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 · 198 lines · 61 tokens per session scan B c849f7672400

Subscribe to this mod's changes

cicd-hardening is a skill published in the GitHub repository roodlicht/accans-sec-skills (4 stars, last pushed 3mo ago), with no licence file. It adds 61 tokens to every session and 3,363 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

devsecops-checker

Review CI or CD pipeline configuration for DevSecOps controls and help Claude explain maturity gaps, missing safeguards, and practical improvements.

maxwellokumu/okaudit-claude-skills · 31 tokens

Supply Chain Security

Software supply chain security — SBOM generation and analysis, dependency confusion and typosquatting detection, malicious package indicators, CI/CD pipeline hardening, and artifact provenance/signing (SLSA, Sigstore).

Masriyan/Claude-Code-CyberSecurity-Skill · 47 tokens

Blue Team Defense & Hardening

System hardening, detection engineering, security baseline monitoring, patch management, defense-in-depth architecture, and security posture improvement.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens

building-patch-tuesday-response-process

Establish a structured operational process to triage, test, and deploy Microsoft Patch Tuesday security updates within risk-based remediation SLAs.

26zl/cybersec-toolkit · 34 tokens

building-vulnerability-dashboard-with-defectdojo

Deploy DefectDojo as a centralized vulnerability management dashboard with scanner integrations, deduplication, metrics tracking, and Jira ticketing workflows.

26zl/cybersec-toolkit · 37 tokens

usap-devsecops

DevSecOps pipeline security engineer (cs-devsecops-engineer). Use for pipeline security reviews, SAST/DAST result analysis, PR security gates, CI/CD hardening, supply chain risk, SBOM generation, or when the user says "pipeline security", "scan this PR", "CI/CD security", or "DevSecOps".

jaskaranhundal/usap-skills · 75 tokens