pwn-ai-agent-tools-debuglane

pwn-ai-agent-tools-debuglane is a skill for Claude Code from 0dayInc/pwn. It costs 25 tokens per session (292 once invoked), scanned A, original, MIT.

A Ruby module interface for a tool called DebugLane. The available description does not explain what debugging operations it performs.

In plain words
What is it for?
It appears intended for debugging workflows, but the concrete jobs it supports are not documented here.
Why use it?
The supplied information is too limited to identify a specific problem it solves.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It appears intended for debugging workflows, but the concrete jobs it supports are not documented here.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0dayinc/pwn/debug_lane
View source ↗ 0dayInc/pwn
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.

Any agent
npx skills add 0dayInc/pwn --skill debug_lane
Clone the repo
git clone --depth 1 https://github.com/0dayInc/pwn

Made for: Claude Code.

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 pwn-ai-agent-tools-debuglane

README.md
[![agentmods](https://agentmods.dev/badge/skills/0dayinc/pwn/debug_lane/github.svg)](https://agentmods.dev/skills/0dayinc/pwn/debug_lane)
Your own site
<a href="https://agentmods.dev/skills/0dayinc/pwn/debug_lane"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/debug_lane/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.

agentmods 80×15 button for pwn-ai-agent-tools-debuglane

Your own site · 80×15
<a href="https://agentmods.dev/skills/0dayinc/pwn/debug_lane"><img src="https://agentmods.dev/badge/skills/0dayinc/pwn/debug_lane.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 292 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00025 $0.00292
Opus 5 $0.00013 $0.00146
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

pwn-ai-agent-tools-debuglane 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 5d 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.

etc/default_skills/pwn/ai/agent/tools/debug_lane/SKILL.md · 46 lines

What it actually says

PWN::Ai::Agent::Tools::DebugLane

Public API for PWN::Ai::Agent::Tools::DebugLane.

When to use

Call PWN::Ai::Agent::Tools::DebugLane from pwn_eval when the task needs this module. Do not reimplement it in shell.

Methodologies

Generated from pwn/ai/agent/tools/debug_lane.rb. Prefer the public class methods below. Class methods take (opts = {}) and read opts.

How to call

PWN::Ai::Agent::Tools::DebugLane.help
PWN::Ai::Agent::Tools::DebugLane.help(opts)

Public methods

  • (no public class methods parsed)

Source

pwn/ai/agent/tools/debug_lane.rb

Verification

PWN::Ai::Agent::Tools::DebugLane.respond_to?(:help) after the module is loaded. Read the source for parameter names.

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. 5d ago First seen · 46 lines · 25 tokens per session scan A 719959064cb0

Subscribe to this mod's changes

pwn-ai-agent-tools-debuglane is a skill published in the GitHub repository 0dayInc/pwn (80 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 292 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

web-reverse-engineering

A guide to analyzing how websites work in the browser, including their JavaScript, network requests, and anti-automation protections.

kings0527/web-reverse-engineering-skill · 22 tokens

performing-jwt-none-algorithm-attack

Execute and test the JWT none algorithm attack to bypass signature verification by manipulating the alg header field in JSON Web Tokens.

xalgorix/xalgorix · 34 tokens

wakaru

Turn minified, bundled, or transpiled JavaScript back into readable modules. Use when you encounter unreadable production JS — a webpack/esbuild/Metro/Rollup bundle, a minified vendor script, Babel/TypeScript/SWC-transpiled output, or a single mangled .js file — and need to read, audit, debug it, or recover a…

pionxzh/wakaru · 99 tokens

deep-analysis

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming…

cyberkaida/reverse-engineering-assistant · 98 tokens

jwt

JWT attack playbook — algorithm confusion (alg=none, HS/RS confusion), kid path traversal/SQLi, jku/x5u SSRF, weak HS256 cracking, and embedded JWK trickery. Use when the target uses JWTs for auth (header.payload.signature).

PentesterFlow/agent · 60 tokens

ctf-rev

Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.

cyberkaida/reverse-engineering-assistant · 52 tokens