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 instructions/prowler-cloud/prowler/agents-mdgit clone --depth 1 https://github.com/prowler-cloud/prowlerWhat 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.02928 | $0.02928 |
| Opus 5 | $0.01464 | $0.01464 |
| Sonnet 5 | $0.00586 | $0.00586 |
| Haiku 4.5 | $0.00293 | $0.00293 |
Grade A, and why
prowler AGENTS.md 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 2d 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 — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
How to Use This Guide
- Start here for cross-project norms. Prowler is a monorepo with several components.
- Each component has an
AGENTS.mdfile with specific guidelines (e.g.,api/AGENTS.md,ui/AGENTS.md). - Component docs override this file when guidance conflicts.
Available Skills
Use these skills for detailed patterns on-demand:
Generic Skills (Any Project)
| Skill | Description | URL |
|---|---|---|
typescript |
Const types, flat interfaces, utility types | SKILL.md |
react-19 |
No useMemo/useCallback, React Compiler | SKILL.md |
nextjs-16 |
App Router, Server Actions, proxy.ts, streaming | SKILL.md |
tailwind-4 |
cn() utility, no var() in className | SKILL.md |
playwright |
Page Object Model, MCP workflow, selectors | SKILL.md |
pytest |
Fixtures, mocking, markers, parametrize | SKILL.md |
django-drf |
ViewSets, Serializers, Filters | SKILL.md |
jsonapi |
Strict JSON:API v1.1 spec compliance | SKILL.md |
zod-4 |
New API (z.email(), z.uuid()) | SKILL.md |
zustand-5 |
Persist, selectors, slices | SKILL.md |
ai-sdk-5 |
UIMessage, streaming, LangChain | SKILL.md |
vitest |
Unit testing, React Testing Library | SKILL.md |
tdd |
Test-Driven Development workflow | SKILL.md |
Prowler-Specific Skills
| Skill | Description | URL |
|---|---|---|
prowler |
Project overview, component navigation | SKILL.md |
prowler-api |
Django + RLS + JSON:API patterns | SKILL.md |
prowler-ui |
Next.js + shadcn conventions | SKILL.md |
prowler-sdk-check |
Create new security checks | SKILL.md |
prowler-mcp |
MCP server tools and models | SKILL.md |
prowler-test-sdk |
SDK testing (pytest + moto) | SKILL.md |
prowler-test-api |
API testing (pytest-django + RLS) | SKILL.md |
prowler-test-ui |
E2E testing (Playwright) | SKILL.md |
prowler-compliance |
Compliance framework structure | SKILL.md |
prowler-compliance-review |
Review compliance framework PRs | SKILL.md |
prowler-provider |
Add new cloud providers | SKILL.md |
prowler-changelog |
Changelog entries (keepachangelog.com) | SKILL.md |
prowler-ci |
CI checks and PR gates (GitHub Actions) | SKILL.md |
prowler-commit |
Professional commits (conventional-commits) | SKILL.md |
prowler-pr |
Pull request conventions | SKILL.md |
prowler-docs |
Documentation style guide | SKILL.md |
django-migration-psql |
Django migration best practices for PostgreSQL | SKILL.md |
postgresql-indexing |
PostgreSQL indexing, EXPLAIN, monitoring, maintenance | SKILL.md |
prowler-attack-paths-query |
Create Attack Paths openCypher queries | SKILL.md |
prowler-tour |
Keep product-tour definitions aligned with the UI | SKILL.md |
gh-aw |
GitHub Agentic Workflows (gh-aw) | SKILL.md |
skill-creator |
Create new AI agent skills | SKILL.md |
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.
- 2d ago First seen · 195 lines · 2,928 tokens per session scan A 01a698ab03ff
prowler AGENTS.md is an instructions file published in the GitHub repository prowler-cloud/prowler (14,736 stars, last pushed today), licensed Apache-2.0. It adds 2,928 tokens to every session, about $0.0146 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 instructions, from other repositories
shannon CLAUDE.md
Claude Code instructions for KeygraphHQ/shannon, covering claude.md, commands, dual cli, npx quick start and configure credentials (interactive wizard).
langchain-aws AGENTS.md
Instructions for langchain-ai/langchain-aws, covering global development guidelines for the langchain monorepo, project architecture and context, langchain-aws structure, key components and langgraph-checkpoint-aws structure.
aws-bench AGENTS.md
Instructions for aws-bench/aws-bench, covering agents.md, setup, commands, project structure and code style.
drawio-ai-kit AGENTS.md
Instructions for sparklabx/drawio-ai-kit, covering repository guidelines, tech stack & runtime and code conventions & common patterns.
spring-ai-agentcore AGENTS.md
Instructions for spring-ai-community/spring-ai-agentcore, covering agents.md, project overview, architecture, key components and artifact store classes.
plamen CLAUDE.md
Instructions for PlamenTSV/plamen, covering plamen — security auditor, execution model, reference files and shared.