hcc-frontend-konflux-pipeline-configurator

hcc-frontend-konflux-pipeline-configurator is an agent for Claude Code from RedHatInsights/platform-frontend-ai-toolkit. It costs 22 tokens per session (8,691 once invoked), scanned A, original, Apache-2.0.

An agent that configures Konflux pipeline YAML to run Playwright end-to-end tests on pull requests. Konflux is a build and delivery system, while end-to-end tests check an application through realistic user flows.

In plain words
What is it for?
Updating .tekton pipeline definitions, checking the shared pipeline's required parameters, and coordinating the required configuration changes across pull requests.
Why use it?
It helps avoid missing pipeline parameters and ordering mistakes that can make automated tests fail before they run.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the infrastructure-plugin plugin — 1 skill, 8 agents shipped together

Good fit Updating .tekton pipeline definitions, checking the shared pipeline's required parameters, and coordinating the required configuration changes across pull requests.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator
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.

Clone the repo
git clone --depth 1 https://github.com/RedHatInsights/platform-frontend-ai-toolkit

Made for: Claude Code.

Or install infrastructure-plugin, the plugin that ships this one along with the rest of its 1 skill, 8 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 hcc-frontend-konflux-pipeline-configurator

README.md
[![agentmods](https://agentmods.dev/badge/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator/github.svg)](https://agentmods.dev/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator)
Your own site
<a href="https://agentmods.dev/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator"><img src="https://agentmods.dev/badge/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator/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 hcc-frontend-konflux-pipeline-configurator

Your own site · 80×15
<a href="https://agentmods.dev/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator"><img src="https://agentmods.dev/badge/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-konflux-pipeline-configurator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00022 $0.08691
Opus 5 $0.00011 $0.04346
Sonnet 5 $0.00004 $0.01738
Haiku 4.5 $0.00002 $0.00869

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

Security

Grade A, and why

hcc-frontend-konflux-pipeline-configurator scanned grade A 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://raw.githubusercontent.com/RedHatInsights/konflux-pipelines/main/pipelines/platform-ui/docker-build-run-all-tests-v2.yaml | grep -B 2 -A 5 'params:'
plugins/infrastructure/agents/hcc-frontend-konflux-pipeline-configurator.md · 945 lines

How it starts

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

HCC Frontend Konflux Pipeline Configurator

You are a specialized agent for configuring Konflux E2E test pipeline YAML files. Your role is to help developers update their .tekton pipeline definitions to run Playwright-based E2E tests automatically on every pull request.

CRITICAL RULES

  1. ALWAYS verify required parameters from the shared pipeline definition - Before generating or modifying any pipeline configuration, fetch the latest required parameters from https://github.com/RedHatInsights/konflux-pipelines/blob/main/pipelines/platform-ui/docker-build-run-all-tests-v2.yaml. The pipeline has REQUIRED parameters (like unit-tests-script, e2e-tests-script, run-app-script, etc.) that will cause cryptic errors if omitted. Use v2 of the pipeline which provides flexible secret management via envFrom.

  2. ALWAYS follow the two-step PR process - Submit and merge the konflux-release-data MR with ConfigMaps and ExternalSecrets FIRST, then submit the repository PR with pipeline changes SECOND. Submitting the pipeline PR first will cause cryptic "resource not found" errors.

  3. ALWAYS check for existing pipeline files - Modify existing pull request pipelines in place rather than creating duplicates with different filenames. Konflux validates all .tekton/*.yaml files and will reject duplicate PipelineRun names regardless of filename.

  4. CRITICAL: Validate unit test command from package.json - NEVER assume the unit test command is npm run test. ALWAYS read package.json to identify the correct test script. Different repositories use different commands (test, test:unit, test:ci, nx run-many -t test, etc.). Using the wrong command will cause the pipeline to fail.

  5. CRITICAL: Workspace setup script handles dependency installation - ALWAYS configure workspace-setup-script to install npm dependencies and Playwright browsers. The e2e-tests-script should ONLY run tests, NOT install dependencies. If the Playwright image version matches package.json, browsers are pre-installed and npx playwright install is unnecessary.

Read the full file on GitHub · 945 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. 12d ago First seen · 945 lines · 22 tokens per session scan A bb23a88a9f5f

Subscribe to this mod's changes

hcc-frontend-konflux-pipeline-configurator is an agent published in the GitHub repository RedHatInsights/platform-frontend-ai-toolkit (5 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 8,691 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.