Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add OXI-717/ai-native-toolkit/plugin install pentestWrote 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/oxi-717/ai-native-toolkit/pentest)<a href="https://agentmods.dev/skills/oxi-717/ai-native-toolkit/pentest"><img src="https://agentmods.dev/badge/skills/oxi-717/ai-native-toolkit/pentest.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.1 | $0.00160 | $0.03512 |
| Opus 5 | $0.00080 | $0.01756 |
| Sonnet 5 | $0.00032 | $0.00702 |
| Haiku 4.5 | $0.00016 | $0.00351 |
Grade B, and why
pentest scanned grade B 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 7d 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.
Cloud metadata endpointmediumServer-side request forgery
One request to 169.254.169.254 can return temporary IAM credentials.
- SSRF via URL parameters (`url=http://169.254.169.254/latest/meta-data/`) 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.
2. `curl -D headers_root.txt -o body_root.html <target>` — save headers + body How it starts
The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pentest
Black-box security audit of a running web application, from the outside, via HTTP.
Default language: match the user's request language (Russian or English). Pass --lang ru|en to override. Reports live in {cwd}/pentest-output/{target-slug}-{YYYY-MM-DD}/.
Assumption: the user has authorization from the target's owner. Do not ask for legalese — trust the user. But never run this skill against a target the user hasn't explicitly named.
Workflow
Phase 0 — Scope
Before touching the target, confirm:
- Target URL — full
https://…URL of the deployed app (the mini app entry URL, nott.me/...). - Aggression level — default
L1. Let the user override:L0passive: public metadata only, zero probes of the app itselfL1safe (default): single-request probes, read-only, no mutationsL2authorized: mutations on the auditor's own test account (profile updates, intros, etc.)L3destructive: real injection payloads, cross-tenant access attempts, rate-limit probing without load testing
- Target type hint —
telegram-miniapp|nextjs-vercel|supabase|generic. Auto-detect from headers if not provided. - Language —
ruoren(default: match user's language). - Credentials needed? — if the target needs auth to explore (most apps do), ask the user to paste the auth artifact once:
- Telegram mini apps: the launch URL fragment (
https://…/#tgWebAppData=…) captured from DevTools when the app opens - Cookie-based apps: a session cookie or token from the user's logged-in session
- Store it in
secrets.txtunder the workspace, add.gitignoreto exclude it - Never include the raw auth artifact in any report file.
- Telegram mini apps: the launch URL fragment (
Phase 1 — Workspace
slug=$(echo "<target host>" | tr -cd 'a-z0-9-')
day=$(date +%Y-%m-%d)
workdir="${PWD}/pentest-output/${slug}-${day}"
mkdir -p "${workdir}"/{recon,bundle,scripts,findings,fixes}
echo 'secrets.txt
*.local.*
cookies.txt' > "${workdir}/.gitignore"
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 454 B
- references/checklist-generic.md 12 KB
- references/evidence-template.md 3.2 KB
- references/fix-template.md 5.9 KB
- references/levels.md 5.8 KB
- references/nextjs-vercel.md 9.3 KB
- references/report-template.md 4.4 KB
- references/supabase.md 6.3 KB
- references/telegram-miniapp.md 9.6 KB
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.
- 7d ago First seen · 214 lines · 160 tokens per session scan B b995f3a215cf
pentest is a skill published in the GitHub repository OXI-717/ai-native-toolkit (8 stars, last pushed 14d ago), licensed MIT. It adds 160 tokens to every session and 3,512 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 2 findings (cloud metadata endpoint, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
haiku
When writing a haiku for this bot, follow these conventions.
printing-press-import
Bring a published CLI from the public library into the internal library so it's identical to a freshly-generated copy — module path reverted, manuscripts placed alongside, ready for /printing-press-polish or /printing-press-emboss. Use when the public library has a CLI you don't have locally, or to recover from a…
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
taiyi-ui-design
A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.