Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skillsnpx agentmods add skills/ricneves-ai/flowgrammers-skills/security-pen-testingWrote 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/skills/ricneves-ai/flowgrammers-skills/security-pen-testing)<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/security-pen-testing"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/security-pen-testing/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.
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/security-pen-testing"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/security-pen-testing.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00077 | $0.03994 |
| Opus 5 | $0.00039 | $0.01997 |
| Sonnet 5 | $0.00015 | $0.00799 |
| Haiku 4.5 | $0.00008 | $0.00399 |
Grade A, and why
security-pen-testing 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 9d 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 -sI https://target.com | grep -iE "(strict-transport|content-security|x-frame|x-content-type)" How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Teste de Penetração de Segurança
Skill de testes de segurança ofensivos para encontrar vulnerabilidades antes que os atacantes o façam. Isso NÃO é verificação de conformidade (veja senior-secops) ou redação de políticas de segurança (veja senior-security) — trata-se de descoberta sistemática de vulnerabilidades por meio de testes autorizados.
Sumário
- Visão Geral
- Auditoria Sistemática OWASP Top 10
- Análise Estática
- Varredura de Vulnerabilidades em Dependências
- Varredura de Segredos
- Testes de Segurança de API
- Testes de Vulnerabilidades Web
- Segurança de Infraestrutura
- Geração de Relatório de Pen Test
- Fluxo de Trabalho de Divulgação Responsável
- Fluxos de Trabalho
- Anti-Padrões
- Referências Cruzadas
Visão Geral
O que esta Skill Faz
Esta skill fornece a metodologia, checklists e automação para testes de segurança ofensivos — sondagem ativa de sistemas para descobrir vulnerabilidades exploráveis. Cobre aplicações web, APIs, infraestrutura e segurança da cadeia de suprimentos.
Distinção de Outras Skills de Segurança
| Skill | Foco | Abordagem |
|---|---|---|
| security-pen-testing (esta) | Encontrar vulnerabilidades | Ofensiva — simular técnicas de atacante |
| senior-secops | Operações de segurança | Defensiva — monitoramento, resposta a incidentes, SIEM |
| senior-security | Política de segurança | Governança — políticas, frameworks, registro de riscos |
| skill-security-auditor | Gates de CI/CD | Automatizada — verificações de segurança pré-merge |
Pré-requisitos
Todos os testes descritos aqui pressupõem autorização por escrito do proprietário do sistema. Testes não autorizados são ilegais sob o CFAA e legislações equivalentes em todo o mundo. Sempre obtenha um documento de escopo de trabalho ou regras de engajamento assinado antes de começar.
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.
- 9d ago First seen · 309 lines · 77 tokens per session scan A 9cd0c2629f18
security-pen-testing is a skill published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 77 tokens to every session and 3,994 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
azure-microsoft-playwright-testing-ts
Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipelines, or publishing test results to the Azure portal.
playwright-ci
Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.
playwright-testing
E2E testing with Playwright - Page Objects, cross-browser, CI/CD.
azure-microsoft-playwright-testing-ts
Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipeline...
Checkly Monitoring as Code
Teach agents to build synthetic monitoring as code with Checkly, including Playwright browser checks, API checks, alerting, and CI deploy workflows.
CI Test Sharding Parallelization
Teach agents to shard and parallelize Playwright, Jest, and pytest suites in CI to reduce wall-clock time while merging reports reliably.