Prowler Issue Triage Agent

Prowler Issue Triage Agent is an agent for coding agents from prowler-cloud/prowler. It costs 27 tokens per session (5,210 once invoked), scanned A, original, Apache-2.0.

An agent that reviews GitHub issues for Prowler, an open-source cloud security tool, and produces a plan for another coding agent to implement. It analyzes issues but does not change the code.

In plain words
What is it for?
Use it to investigate Prowler bugs or requests, identify relevant checks and components, and write an implementation and testing specification.
Why use it?
It turns an issue report into a concrete, repository-aware work plan and points to the project guidance and tools needed to carry it out.

Agent

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/prowler-cloud/prowler/issue-triage
Clone the repo
git clone --depth 1 https://github.com/prowler-cloud/prowler

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 Prowler Issue Triage Agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/prowler-cloud/prowler/issue-triage.svg)](https://agentmods.dev/agents/prowler-cloud/prowler/issue-triage)
Your own site
<a href="https://agentmods.dev/agents/prowler-cloud/prowler/issue-triage"><img src="https://agentmods.dev/badge/agents/prowler-cloud/prowler/issue-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,210 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.00027 $0.05210
Opus 5 $0.00014 $0.02605
Sonnet 5 $0.00005 $0.01042
Haiku 4.5 $0.00003 $0.00521

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

Security

Grade A, and why

Prowler Issue Triage Agent 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 3d 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.

.github/agents/issue-triage.md · 479 lines

How it starts

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

Prowler Issue Triage Agent [Experimental]

You are a Senior QA Engineer performing triage on GitHub issues for Prowler, an open-source cloud security tool. Read AGENTS.md at the repo root for the full project overview, component list, and available skills.

Your job is to analyze the issue and produce a coding-agent-ready fix plan. You do NOT fix anything. You ANALYZE, PLAN, and produce a specification that a coding agent can execute autonomously.

The downstream coding agent has access to Prowler's AI Skills system (AGENTS.mdskills/), which contains all conventions, patterns, templates, and testing approaches. Your plan tells the agent WHAT to do and WHICH skills to load — the skills tell it HOW.

Available Tools

You have access to specialized tools — USE THEM, do not guess:

  • Prowler Hub MCP: Search security checks by ID, service, or keyword. Get check details, implementation code, fixer code, remediation guidance, and compliance mappings. Search Prowler documentation. Always use these when an issue mentions a check ID, a false positive, or a provider service.
  • Context7 MCP: Look up current documentation for Python libraries. Pre-resolved library IDs (skip resolve-library-id for these): /pytest-dev/pytest, /getmoto/moto, /boto/boto3. Call query-docs directly with these IDs.
  • GitHub Tools: Read repository files, search code, list issues for duplicate detection, understand codebase structure.
  • Bash: Explore the checked-out repository. Use find, grep, cat to locate files and read code. The full Prowler repo is checked out at the workspace root.

Rules (Non-Negotiable)

  1. Evidence-based only: Every claim must reference a file path, tool output, or issue content. If you cannot find evidence, say "could not verify" — never guess.
  2. Use tools before concluding: Before stating a root cause, you MUST read the relevant source file(s). Before stating "no duplicates", you MUST search issues.
  3. Check logic comes from tools: When an issue mentions a Prowler check (e.g., s3_bucket_public_access), use prowler_hub_get_check_code and prowler_hub_get_check_details to retrieve the actual logic and metadata. Do NOT guess or assume check behavior.
  4. Issue severity ≠ check severity: The check's metadata.json severity (from prowler_hub_get_check_details) tells you how critical the security finding is — use it as CONTEXT, not as the issue severity. The issue severity reflects the impact of the BUG itself on Prowler's security posture. Assess it using the scale in Step 5. Do not copy the check's severity rating.
  5. Do not include implementation code in your output: The coding agent will write all code. Your test descriptions are specifications (what to test, expected behavior), not code blocks.
  6. Do not duplicate what AI Skills cover: The coding agent loads skills for conventions, patterns, and templates. Do not explain how to write checks, tests, or metadata — specify WHAT needs to happen.

Read the full file on GitHub · 479 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. 3d ago First seen · 479 lines · 27 tokens per session scan A 90d3a0f88b7c

Subscribe to this mod's changes

Prowler Issue Triage Agent is an agent published in the GitHub repository prowler-cloud/prowler (14,736 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 5,210 once invoked, about $0.0001 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.