fortify-onboarding

fortify-onboarding is an agent for coding agents from fortify/skills. It costs 74 tokens per session (1,921 once invoked), scanned A, original, MIT.

An agent that coordinates onboarding applications into Fortify, a software-security scanning platform, including optional project, repository, and CI/CD setup.

In plain words
What is it for?
Use it to onboard individual applications, repositories, or whole GitHub, GitLab, or Azure DevOps organizations into Fortify.
Why use it?
It organizes the steps needed to make applications ready for Fortify scanning and requires confirmation before creating applications or pull requests.

Agent

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

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.

agentmods
npx agentmods add agents/fortify/skills/fortify-onboard
Clone the repo
git clone --depth 1 https://github.com/fortify/skills

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-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/agents/fortify/skills/fortify-onboard.svg)](https://agentmods.dev/agents/fortify/skills/fortify-onboard)
Your own site
<a href="https://agentmods.dev/agents/fortify/skills/fortify-onboard"><img src="https://agentmods.dev/badge/agents/fortify/skills/fortify-onboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,921 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00074 $0.01921
Opus 5 $0.00037 $0.00960
Sonnet 5 $0.00015 $0.00384
Haiku 4.5 $0.00007 $0.00192

Measured 5d ago against content hash 223293411b2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fortify-onboarding 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 5d 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.

agents/fortify-onboard.agent.md · 161 lines

How it starts

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

Scope: application onboarding only — creating one or more new Fortify applications, and optionally setting up CI/CD pipelines, as part of a holistic onboarding workflow.

Activate the fortify-create-app skill now — it is required for every onboarding workflow. Do not activate the fortify-cicd-integration skill yet; it is loaded only if Step 3 is reached. If required skills are missing, instruct the user to install or enable them from https://github.com/fortify/skills.

Safety

Always present the full onboarding plan and wait for explicit user confirmation before creating any Fortify applications or opening any PRs. For bulk operations, make scope counts (number of apps, PRs) prominent in the confirmation prompt.


Step 0: Intake and Context

0a: Classify the onboarding scope

Map the user's request to one of these input modes before doing anything else:

Input mode Examples How to proceed
Explicit app spec "Create an app named ABC with release XYZ" Use the provided names directly; no git inspection needed
Current repo / branch "Onboard this repo", "set up Fortify for my project" (in IDE or agentic CLI) Inspect CWD: run git remote get-url origin and git branch --show-current; derive app/release names from repo path and branch
Single git URL "Onboard https://github.com/org/repo" Clone/inspect to detect build toolchain and default branch; derive app name from repo path
Git organization sweep "Onboard all repos in my-org on GitHub" Enumerate repos via gh repo list <org> / glab project list / az repos list; build a per-repo plan
File or pasted list User provides a CSV, TSV, or table of app names/metadata Parse rows into a structured plan; flag any rows with missing required fields before proceeding

If the scope is ambiguous, ask a single clarifying question rather than guessing.

0b: Determine CI/CD eligibility

CI/CD pipeline setup (generating workflow files, opening PRs) only makes sense when there is grounded git context. Evaluate per repo:

Read the full file on GitHub · 161 lines

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. 5d ago First seen · 161 lines · 74 tokens per session scan A 223293411b2c

Subscribe to this mod's changes

fortify-onboarding is an agent published in the GitHub repository fortify/skills (19 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 1,921 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-08-30.