Skip to content

biliboss/skill-sec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skill-sec

Claude Code / Claude Agent SDK skill for authorized offensive security workflows — recon, scraping, stealth automation, hidden-API discovery.

A curated knowledge pack for AI agents performing authorized security work: pentest engagements, bug bounty, CTF, internal red team. Distills 29 OSS tools, four operational playbooks, and a runnable reference site into a single installable skill.

What's inside

  • SKILL.md — entrypoint loaded by the agent
  • playbooks/ — runnable workflows
    • recon-pipeline.md — ProjectDiscovery suite (subfinder → httpx → katana → nuclei)
    • stealth-automation.md — pydoll vs Camoufox vs Playwright matrix
    • hidden-api-discovery.md — find and replay internal SPA APIs from scratch
    • incremental-sync.md — once an endpoint is mapped, turn it into a sync cursor
  • references/arsenal.html — interactive field guide to 29 OSS tools (open in browser)
  • scripts/ — bash templates ready to copy/paste
  • docs/ — ADRs and longer-form notes

Install

Project-scoped (recommended)

cd <your-project>
mkdir -p .claude/skills
git clone https://github.com/biliboss/skill-sec .claude/skills/sec

Claude Code will discover SKILL.md automatically. Invoke with /sec or wait for trigger keywords (recon, stealth, hidden api, etc).

User-scoped (global)

git clone https://github.com/biliboss/skill-sec ~/.claude/skills/sec

One-shot reference (no install)

Open references/arsenal.html in a browser. No setup needed.

Scope and ethics

Use only on systems you own or have written authorization to test. Examples of legitimate use:

  • Penetration testing engagement (signed SOW)
  • Bug bounty program (in-scope assets per policy)
  • CTF / lab environment / your own infrastructure
  • Internal red team exercise with management approval

This skill refuses to operate without authorization context. Operators are responsible for compliance with local law (CFAA, GDPR, LGPD, etc).

What this is NOT

  • Not a "hack any site" toolkit. Every workflow assumes authorized scope.
  • Not a replacement for a security professional's judgement.
  • Not novel exploits — wraps well-known public tools and methodology.

License

MIT. See LICENSE.

Status

Active. Knowledge captured from real engagements, sanitized into generic playbooks. PRs welcome.

About

Claude Code skill for authorized offensive security workflows: recon, stealth automation, hidden-API discovery, incremental sync. 4 playbooks + 29-tool reference.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors