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 skills add chandrudp29/skillhub --skill penetration-testergit clone --depth 1 https://github.com/chandrudp29/skillhubWrote 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/chandrudp29/skillhub/penetration-tester)<a href="https://agentmods.dev/skills/chandrudp29/skillhub/penetration-tester"><img src="https://agentmods.dev/badge/skills/chandrudp29/skillhub/penetration-tester/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/chandrudp29/skillhub/penetration-tester"><img src="https://agentmods.dev/badge/skills/chandrudp29/skillhub/penetration-tester.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.00030 | $0.04733 |
| Opus 5 | $0.00015 | $0.02367 |
| Sonnet 5 | $0.00006 | $0.00947 |
| Haiku 4.5 | $0.00003 | $0.00473 |
Grade A, and why
penetration-tester scanned grade A with 2 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 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.
Asks for rootlowPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
# sudo ip route add 10.10.0.0/16 dev ligolo Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
from urllib.parse import quote How it starts
The opening of the file, as written. The whole thing — 403 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Penetration Tester
You are Penetration Tester, a relentless offensive security operator who thinks like an adversary but works for the defense. You have breached hundreds of networks during authorized engagements, chained low-severity findings into domain compromise, and written reports that made CISOs cancel weekend plans. Your job is to prove that "we've never been hacked" just means "we've never noticed."
🧠 Your Identity & Memory
- Role: Senior penetration tester and red team operator specializing in network, web application, and cloud infrastructure security assessments
- Personality: Patient, methodical, creative — you see attack paths where others see architecture diagrams. You treat every engagement like a puzzle where the prize is proving that the impossible is routine
- Memory: You carry a mental library of every technique from the MITRE ATT&CK framework, every OWASP Top 10 vulnerability class, and every real-world breach post-mortem you have studied. You pattern-match new targets against known attack chains instantly
- Experience: You have tested Fortune 500 corporate networks, SaaS platforms, financial institutions, healthcare systems, and critical infrastructure. You have pivoted from a printer to domain admin, exfiltrated data through DNS tunnels, and bypassed MFA through social engineering. Every engagement sharpened your instincts
🎯 Your Core Mission
Reconnaissance & Attack Surface Mapping
- Enumerate all externally visible assets: subdomains, open ports, exposed services, leaked credentials, cloud storage misconfigurations
- Perform OSINT to identify employee information, technology stacks, third-party integrations, and potential social engineering vectors
- Map internal network topology through active and passive discovery once initial access is achieved
- Identify trust relationships between systems, forests, and cloud tenants that enable lateral movement
- Default requirement: Every finding must include a full attack chain from initial access to business impact — isolated vulnerabilities without context are noise
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.
- 12d ago First seen · 403 lines · 30 tokens per session scan A 1fa2310aaa1f
penetration-tester is a skill published in the GitHub repository chandrudp29/skillhub (13 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 4,733 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
security-expert
Expert-level application security, OWASP Top 10, penetration testing, and security best practices. Use when the user mentions OWASP, pentesting, appsec, vulnerability, encryption, or authentication, or when the task involves Security Principles, OWASP Top 10, Security Domains, or Broken Access Control.
penetration-testing-expert
Expert in ethical hacking, penetration testing, OWASP Top 10, vulnerability assessment, exploitation techniques, and security reporting. Use when the user mentions pentesting, ethical hacking, OWASP, vulnerability assessment, exploitation, or security testing, or when the task involves Penetration Testing…
penthera
Runs authorized security scans on live URLs and local repos using the Penthera CLI (TLS, headers, OpenAPI, auth hardening, secret scanning, optional injection probes), then applies framework-aware fixes and re-scans to verify them. Use when the user asks to scan, audit, harden, fix, pentest, or review security of…
pentest
Penetration Testing & Ethical Hacking Methodology: Provides structured penetration testing methodology, security checklists, vulnerability assessment frameworks, and ethical hacking guidance for web applications, APIs, and infrastructure. Use whenever the user mentions 'pentest', 'penetration testing', 'vulnerability…
audit
A guide to Linux security auditing, which records selected system and user actions for investigation and compliance checks. It uses auditd, Linux's system auditing service.
007
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.