Surface banner
elementalsouls elementalsouls

Surface

AI community

Description

--- name: surface description: Show ranked attack surface for a target from its recon manifest + hunt memory. Deterministic backing is `cbh surface <target>` (reads recon/<target>/manifest.json); LLM layer adds ledger signal. Usage: /surface target.com --- # /surface View the prioritized attack surface for a target. ## What This Does 1. Reads the recon manifest at `recon/<target>/manifest.json` (produced by `cbh recon`) — the deterministic ranking comes from `cbh surface <target>` 2. Read

Installation

Installs to ~/.claude/skills/elementalsouls-claude-bughunter-surface/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elementalsouls-claude-bughunter-surface && curl -fsSL https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/HEAD/commands/surface.md -o ~/.claude/skills/elementalsouls-claude-bughunter-surface/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository