grilling

grilling is a skill for Claude Code, Codex from GreyDGL/PentestGPT. It costs 36 tokens per session (127 once invoked), scanned A, original, MIT.

A structured interview for stress-testing a software plan or design before implementation.

In plain words
What is it for?
Use it to examine a plan one decision at a time, with recommended answers and codebase exploration where that can resolve a question.
Why use it?
It reveals unanswered decisions and dependencies through focused questions, reducing the chance of building on unclear assumptions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

About the project

PentestGPT is an AI-driven framework for penetration testing and capture-the-flag challenges. It guides staged workflows such as reconnaissance, asset discovery, vulnerability identification, exploitation, and reporting, using large language models to operate tools and reason about findings. The catalogue includes skills and instructions for using it.

GreyDGL/PentestGPT · 15,240 stars · on GitHub

Install

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.

agentmods
npx agentmods add skills/greydgl/pentestgpt/grilling
Any agent
npx skills add GreyDGL/PentestGPT --skill grilling
Clone the repo
git clone --depth 1 https://github.com/GreyDGL/PentestGPT

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for grilling

README.md
[![agentmods](https://agentmods.dev/badge/skills/greydgl/pentestgpt/grilling.svg)](https://agentmods.dev/skills/greydgl/pentestgpt/grilling)
Your own site
<a href="https://agentmods.dev/skills/greydgl/pentestgpt/grilling"><img src="https://agentmods.dev/badge/skills/greydgl/pentestgpt/grilling.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00127
Opus 5 $0.00018 $0.00063
Sonnet 5 $0.00007 $0.00025
Haiku 4.5 $0.00004 $0.00013

Measured 6d ago against content hash fe00af3e1815, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

grilling 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 6d 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.

Origin

Copies of this mod

8 near-identical copies found in the catalogue:

  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 1 lines differ
  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 0 lines differ
  • grilling — 100% identical, 0 lines differ
.agents/skills/grilling/SKILL.md · 11 lines

What it actually says

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.

If a question can be answered by exploring the codebase, explore the codebase instead.

Changes

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.

  1. 6d ago First seen · 11 lines · 36 tokens per session scan A fe00af3e1815

Subscribe to this mod's changes

grilling is a skill published in the GitHub repository GreyDGL/PentestGPT (15,240 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 127 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

ml-engineering

Field-tested methodology and concrete recipes for training and operating large-scale LLM/VLM/multi-modal models end to end - choosing and benchmarking accelerators, storage and network; SLURM/Kubernetes orchestration; maximizing training throughput and fitting models in memory; diagnosing and surviving training…

stas00/ml-engineering · 234 tokens

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

langfuse/langfuse · 46 tokens

turborepo

Configure and troubleshoot Turborepo monorepos. Use for turbo.json, task pipelines, dependsOn, caching, filters, affected packages, CI optimization, environment variables, package boundaries, or shared internal packages.

langfuse/langfuse · 50 tokens

seed-test-data

Seed reproducible local Langfuse data in ClickHouse and Postgres. Use for complex traces, long sessions, v3/v4 events, bulk list data, or frontend rendering and performance tests; never use ad hoc scripts or raw inserts.

langfuse/langfuse · 56 tokens

clickhouse-best-practices

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

langfuse/langfuse · 45 tokens

infra-scaling

Tune and review Langfuse autoscaling for web, web-iso, and web-ingestion. Use for Terraform scale settings, RPM targets, scaling bounds, task counts, cost/performance tradeoffs, or Datadog evidence in the infrastructure repo.

langfuse/langfuse · 55 tokens