Open-Source Attack Surface Management Cheat Sheet Released

A developer has published an open-source Attack Surface Management cheat sheet that started as personal notes and evolved into a structured reference. The project focuses on practical ASM implementation rather than theoretical concepts.
What's Included
The cheat sheet covers several key areas of Attack Surface Management:
- Discovering unknown assets
- Tracking exposed infrastructure
- Reconnaissance and enumeration tooling
- Simple automation workflows
- Recommended books and learning resources
Development Process
The developer used Claude AI to help organize sections, expand explanations, and structure documentation to read more like a guide rather than scattered notes. The repository includes implementation notes and workflows for getting started with ASM programs.
Project Details
The cheat sheet is available as a GitHub repository and has a demo site hosted at https://asm-cheatsheet.vercel.app/. The developer indicates they're open to expanding the resource based on community feedback and use cases.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Cage: Docker Sandbox for Claude Code Security
A developer created a Docker container called Claude Cage that isolates Claude Code to a single workspace folder, preventing access to SSH keys, AWS credentials, and personal files. The setup includes security rules and takes about 2 minutes with Docker installed.

ClawSecure: Security Platform for OpenClaw Ecosystem
ClawSecure is a security platform built specifically for the OpenClaw ecosystem, featuring a 3-layer audit protocol, continuous monitoring, and coverage of OWASP ASI categories. It has audited 3,000+ popular skills and is available free with no signup.

Claude Code Security Plugin: Pushing AppSec into the Developer Workflow
Anthropic shipped a security-guidance plugin for Claude Code that identifies and fixes vulnerabilities during coding. Available to all users via the plugin marketplace, not just Enterprise. Discusses whether this becomes a lightweight assistant, serious AppSec layer, or bridge to Claude Security.

ClawCare: Security Guard for AI Coding Agents After AWS Key Leak
ClawCare is a Python tool that scans commands before execution in AI coding agents like Claude Code, blocking risky patterns like bulk environment dumps and reverse shells. It was built after a developer accidentally leaked an AWS key through an agent.