fortify-cicd-integration

fortify-cicd-integration is a skill for Claude Code from fortify/skills. It costs 49 tokens per session (1,752 once invoked), scanned A, original, MIT.

A guide for adding Fortify application-security checks to automated software-delivery pipelines. Fortify tools can scan source code, dependencies, and running applications for security issues.

In plain words
What is it for?
Use it with GitHub Actions, GitLab, Azure DevOps, Jenkins, or other listed pipeline systems. It helps detect the pipeline and build setup, then configure Fortify SAST, SCA, or DAST checks.
Why use it?
It removes the need to design a separate integration for each CI/CD system and helps select the right setup from the files and build tools already in a repository.

Skill for Claude Code

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

Part of the fortify plugin — 9 skills, 2 agents shipped together

Good fit Use it with GitHub Actions, GitLab, Azure DevOps, Jenkins, or other listed pipeline systems. It helps detect the pipeline and build setup, then configure Fortify SAST, SCA, or DAST checks.

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

Made for: Claude Code.

Or install fortify, the plugin that ships this one along with the rest of its 9 skills, 2 agents.

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 fortify-cicd-integration

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fortify/skills/fortify-cicd-integration"><img src="https://agentmods.dev/badge/skills/fortify/skills/fortify-cicd-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,752 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 original 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.00049 $0.01752
Opus 5 $0.00024 $0.00876
Sonnet 5 $0.00010 $0.00350
Haiku 4.5 $0.00005 $0.00175

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

Security

Grade A, and why

fortify-cicd-integration 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 9d 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.

skills/fortify-cicd-integration/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fortify CI/CD Integration

Step 1: Investigate the repository first

Before asking the user anything or generating output, inspect the repository to determine context automatically.

Detect the CI/CD platform

Look for these platform-specific files (check root and common subdirectories):

Path / file Platform
.github/workflows/*.yml GitHub Actions
.gitlab-ci.yml GitLab CI
azure-pipelines.yml Azure DevOps
Jenkinsfile Jenkins
bitbucket-pipelines.yml Bitbucket Pipelines → generic fcli ci
.travis.yml Travis CI → generic fcli ci
.circleci/config.yml CircleCI → generic fcli ci
teamcity-settings.kts or .teamcity/ TeamCity → generic fcli ci
.buildkite/pipeline.yml Buildkite → generic fcli ci
bamboo-specs/ Bamboo → generic fcli ci

If multiple are present, note all of them and generate for whichever the user's request implies (or ask if ambiguous).

If no known platform file is found, use the generic fcli ci action approach — see references/generic-ci-ssc.md for the SSC case or references/generic-ci-fod.md for the FoD case.

Detect the build tool and language

Check in this priority order:

  1. Existing CI/CD config files — read the platform's existing workflow/pipeline files to find setup steps already in use. Extract the exact toolchain and version already specified — use these verbatim so the Fortify workflow matches the project's existing build environment.
  2. Build manifest files — use the presence of files such as requirements.txt, pom.xml, build.gradle, package.json, *.csproj, go.mod, etc. to identify the language and build tooling required. Ensure the generated Fortify workflow includes any setup steps needed to successfully build the project with that toolchain. Refer to the platform-specific guidance file for the correct setup action/step syntax.

Check for an existing Fortify configuration

Read the full file on GitHub · 137 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 137 lines · 49 tokens per session scan A d9af1f889d2e

Subscribe to this mod's changes

fortify-cicd-integration is a skill published in the GitHub repository fortify/skills (19 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,752 once invoked, about $0.0002 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

implementing-devsecops-security-scanning

Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software Composition Analysis (SCA) into CI/CD pipelines using open-source tools. Covers Semgrep for SAST, Trivy for SCA and container scanning, OWASP ZAP for DAST, and Gitleaks for secrets detection. Activates for…

xalgorix/xalgorix · 109 tokens

building-devsecops-pipeline-with-gitlab-ci

Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.

xalgorix/xalgorix · 43 tokens

integrating-dast-with-owasp-zap-in-pipeline

This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD pipelines. It addresses configuring baseline, full, and API scans against running applications, interpreting ZAP findings, tuning scan policies, and establishing DAST quality gates in GitHub Actions and GitLab…

xalgorix/xalgorix · 76 tokens

513-frameworks-micronaut-db-migrations-flyway

Use when you need to add or review Flyway database migrations in a Micronaut application — micronaut-flyway, db/migration scripts, flyway.datasources. configuration, and alignment with JDBC or Micronaut Data. This should trigger for requests such as Add or review Flyway migrations in a Micronaut project; Configure…

jabrena/plinth · 129 tokens

azure-validate

WORKFLOW SKILL — Pre-deployment validation for Azure: config, infrastructure (Bicep/Terraform), permissions, prerequisites. WHEN: 'validate my app', 'check deployment readiness', 'run preflight checks', 'validate azure.yaml', 'validate Bicep', 'test before deploying', 'validate Azure Functions'. DO NOT USE FOR…

jonathan-vella/apex-accelerator · 94 tokens

integrating-dast-with-owasp-zap-in-pipeline

This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD pipelines. It addresses configuring baseline, full, and API scans against running applications, interpreting ZAP findings, tuning scan policies, and establishing DAST quality gates in GitHub Actions and GitLab…

adriannoes/awesome-agentic-ai · 76 tokens