Show HN: Flounder – an autonomous white-hat security auditor Flounder, an autonomous white-hat security auditor, was released on Show HN. It turns coding agents into an end-to-end security audit system that prepares targets, maps attack surfaces, constructs exploits, and reproduces findings in a sandboxed environment. The tool is framework-agnostic and execution-grounded, ensuring findings are verified through local proof tests. An autonomous white-hat security auditor. Security automation for target prep, audit, exploit construction, and execution proof. Usage /adshao/flounder/blob/main/docs/USAGE.md · Architecture /adshao/flounder/blob/main/docs/ARCHITECTURE.md · Security /adshao/flounder/blob/main/SECURITY.md · Contributing /adshao/flounder/blob/main/CONTRIBUTING.md Flounder turns modern coding agents into an end-to-end security audit system. Give it an authorized target boundary - a repository, source tree, package, deployed clue, or prior run - and the agent can prepare the workspace, read the code and supporting material, map the attack surface, dig into promising regions, construct exploit paths, run local proof tests, and then reproduce confirmed findings against real-world ground truth. The important distinction is that Flounder is not a scanner for one stack, a checklist runner, or a set of hand-written bug rules. It is a thin white-hat audit workflow around the model: the model decides how to reason about the target, while Flounder supplies the sandbox, command policy, durable state, execution gates, daemon control plane, and reporting needed to make that reasoning usable. Install the skill once from GitHub, even when you do not have the source checkout locally: npx skills add adshao/flounder --skill flounder -g -a codex -a claude-code If you are already in a local checkout, install the checked-out copy instead: npx skills add . --skill flounder -g -a codex -a claude-code Then ask Codex, Claude Code, or another skills-aware agent naturally: Audit this repository with Flounder. The installed skill should trigger from requests about Flounder audits, authorized source review, smart-contract or ZK audit work, daemon/provider setup, verifying suspected findings, confirming real findings, or collecting execution-backed bug reports. The source of truth is skills/flounder/SKILL.md /adshao/flounder/blob/main/skills/flounder/SKILL.md . Autonomous audit loop. flounder run