batteryshark

54 mods across 2 repositories, 12 stars between them.

secrets-scan

49

batteryshark/rekit

Skill Claude CodeCodex

Find leaked credentials in files: high-signal provider patterns (AWS/GitHub/Slack/Google/Stripe/OpenAI/SendGrid/Twilio/JWT/PEM private keys) plus a generic high-entropy secret-assignment catch with placeholder filtering. Matches are REDACTED in output — never echoes a full secret. Pure stdlib, read-only.

11 23d ago A 78 tokens original Apache-2.0

shellcode-stub

50

batteryshark/rekit

Skill Claude CodeCodex

CONSTRUCT: wrap a raw shellcode blob into a runnable native PoC — a tiny C loader compiled with clang, whose exit code is the shellcode's return value. --os picks the loader: posix (mmap RW → memcpy → mprotect RX → call, default) or windows (VirtualAlloc RWX → memcpy → call → ExitProcess). --emit c dumps just the…

11 23d ago A 133 tokens original Apache-2.0

syscall-trace

51

batteryshark/rekit

Skill Claude CodeCodex

DYNAMIC: run a target under a syscall tracer (strace on Linux, dtruss on macOS) and summarize its behaviour — files opened, network connects, processes exec'd, and a syscall histogram. EXECUTES the target; consent-gated. dtruss needs root + a permissive SIP.

11 23d ago A 68 tokens original Apache-2.0

unpack

52

batteryshark/rekit

Skill Claude CodeCodex

Recursively extract archives to a fixpoint: zip / tar(.gz/.bz2/.xz) / gz / bz2 / xz / asar (Electron) / ar / .deb with the pure-stdlib core, 7z and RAR via an external CLI (7z/7za/7zz, unar) when present. Walks the output for nested archives and extracts those too. Guards against zip-slip (path traversal) and…

11 23d ago A 115 tokens original Apache-2.0

yara-scan

53

batteryshark/rekit

Skill Claude CodeCodex

Scan a file or directory with YARA rules (classic yara or the newer yara-x). Ships a small high-signal starter rule pack; point --rules at a real corpus (YARA-Rules, signature-base, your own) for serious coverage. Read-only — matches patterns, never runs the target. Prereq-gated on the yara CLI with honest degradation.

11 23d ago A 80 tokens original Apache-2.0

taproom-cli

54

batteryshark/taproom

MCP server Claude CodeCodexCursor

MCP server "taproom-cli" as configured in batteryshark/taproom. Runs locally from the @batteryshark/taproom-cli npm package.

1 1mo ago A tokens not measured original MIT