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.
npx agentmods add agents/prowler-cloud/prowler/issue-triagegit clone --depth 1 https://github.com/prowler-cloud/prowlerWrote 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.
[](https://agentmods.dev/agents/prowler-cloud/prowler/issue-triage)<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>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.
| Model | Per session | Once 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 |
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.
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.md → skills/), 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-idfor these):/pytest-dev/pytest,/getmoto/moto,/boto/boto3. Callquery-docsdirectly 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,catto locate files and read code. The full Prowler repo is checked out at the workspace root.
Rules (Non-Negotiable)
- 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.
- 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.
- Check logic comes from tools: When an issue mentions a Prowler check (e.g.,
s3_bucket_public_access), useprowler_hub_get_check_codeandprowler_hub_get_check_detailsto retrieve the actual logic and metadata. Do NOT guess or assume check behavior. - Issue severity ≠ check severity: The check's
metadata.jsonseverity (fromprowler_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. - 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.
- 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.
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.
- 3d ago First seen · 479 lines · 27 tokens per session scan A 90d3a0f88b7c
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.
Other agents, from other repositories
doctor-agent
OPS specialist: Diagnoses and auto-fixes ops plugin configuration errors, manifest issues, broken…
marketing-optimizer
OPS specialist: Cross-platform ad budget optimization.
comms-scanner
OPS specialist: Scans all communication channels for FULL inbox state (not just unread).
monitor-agent
OPS specialist: Lightweight APM and metrics probe agent.
memory-extractor
OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…
security-verifier
Writes and runs PoC tests to verify hypotheses. Returns CONFIRMED or FALSEPOSITIVE.