Articles

White Rabbit: a read‑only server security audit copilot for Claude Code

7 min read

White Rabbit is a Claude Code plugin that runs a server security audit over SSH in strict read-only mode: data collected with native commands, findings ranked by real-world exploitability, and every mutating command blocked by a hook.

Security AI Claude Code

Houndoom: a web shell scanner in Go

9 min read

Houndoom is a Go web shell scanner and PHP backdoor scanner. Static deobfuscation with no code execution, WordPress and Bitrix structural checks, and one-shot agentless scans of someone else's server over SSH.

Security Go DevSecOps

Laravel tricks: automatic logging channel injection

4 min read

How to reduce code coupling when working with logging in Laravel through automatic channel injection

Laravel PHP Logging