LLM Skills
~/catalog/backend//surface
BackendGitHub source

surface

/surface

View the prioritized attack surface for a target.

elementalsoulselementalsouls
4.3k
June 16, 2026
Other
// skill content

--- name: surface description: Shows a ranked attack surface for a target based on recon output and hunt memory. Invokes recon-ranker agent. Usage: /surface target.com --- # /surface View the prioritized attack surface for a target. ## What This Does 1. Reads cached recon output from recon/<target>/ 2. Reads hunt memory for patterns and previously tested endpoints 3. Invokes the recon-ranker agent to produce a prioritized ranking 4. Outputs P1 (start here), P2 (after P1), and Kill List (skip) ## Usage `` /surface target.com ` ## Prerequisites Run /recon target.com first. If no recon data exists, you'll be prompted to run recon. ## Output ` ATTACK SURFACE: target.com ═══════════════════════════════════════ Priority 1 (start here): 1. api.target.com/v2/users/{id} : IDOR candidate Tech: Express + PostgreSQL | First seen 12 days ago Suggested: numeric ID swap on GET/PUT/DELETE 2. api.target.com/graphql : introspection enabled, 47 mutations Suggested: field-level auth check on sensitive mutations Priority 2 (after P1): 1. cdn.target.com:8443/upload : file upload endpoint Suggested: extension bypass, magic bytes Kill List (skip): - static.target.com : CDN only - docs.target.com : third-party hosted Memory: - Pattern from alpha.com (same tech): auth bypass via method override ($800) - 3 endpoints tested in previous session, 5 remain ``

// original public source
elementalsouls/Claude-BugHunter
/commands/surface.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/surface.md" "https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/commands/surface.md"
Then in Claude Code, type /surface to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 4.3k
CategoryBackend
LicenseOther
UpdatedJune 16, 2026
Format.md
AccessFree
// similar

Skills Backend

View allarrow_forward