claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a specific attack surface — from SQLi to shellcode, EDR evasion to exploit development.
antinet-security-scan
antinet-security-scan is an open-source security skill for Claude Code and compatible agents, published by anbeime. Its author describes it as: “对进入系统的文件或 URL 执行安全与合规扫描,输出 pass/reject 判定与扫描报告,作为所有文档处理的强制前置关卡。”. The project has 5.5k stars on GitHub and does not declare a license, so check with the author before reuse. Add it to your setup with `git clone https://github.com/anbeime/skill ~/.claude/skills/antinet-security-scan`.
What antinet-security-scan does
- 由锦衣卫 Worker 在收到文件/URL 时调用,作为流水线的第一道闸门。 - 输出结构化判定(`pass` / `reject`),并写入 provenance 交由太史阁留痕。
Installation
Add antinet-security-scan to your agent with:
git clone https://github.com/anbeime/skill ~/.claude/skills/antinet-security-scan Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for antinet-security-scan is organised into these sections:
- 使用方式
- 输入(Input)
- 输出(Output)
- 依赖(Dependencies)
- 失败处理(Failure Handling)
- 复用价值(Reuse Value)
- 复赛代码包执行(runnable package)
When to use it
Reach for antinet-security-scan when you want security help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in anbeime/skill, an established project with 5,476 GitHub stars
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does antinet-security-scan do?
- 对进入系统的文件或 URL 执行安全与合规扫描,输出 pass/reject 判定与扫描报告,作为所有文档处理的强制前置关卡。
- How do I install antinet-security-scan?
- Run git clone https://github.com/anbeime/skill ~/.claude/skills/antinet-security-scan in your agent, then reload your skills. Review the source at https://github.com/anbeime/skill before installing.
- Is antinet-security-scan free to use?
- antinet-security-scan is publicly available on GitHub, but anbeime has not declared a standard open-source license (No license). Confirm the terms with the author before reusing it.
- Where does antinet-security-scan come from?
- antinet-security-scan ships inside anbeime/skill, a repository that contains 37 catalogued skills in total. The repository's 5,476 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Security →State-of-the-Art (2026) AI/LLM engineering skills/agents for building and auditing software — 40+ domain & language skills, BUILD/AUDIT modes, audit checklists.
Use when assessing AI/ML systems for prompt injection, jailbreak vulnerabilities, model inversion risk, data poisoning exposure, or agent tool abuse. Covers MITRE ATLAS technique mapping, injection signature detection, and adversarial robustness scoring.
/cs:aims-audit <scope> — ISO/IEC 42001 AIMS internal-audit 6-question forcing interrogation. Use before certification stage 1, before annual internal audit cycles, or when onboarding a new AI system into an existing AIMS.
Audits and designs iOS/macOS/watchOS/visionOS interfaces against the Apple Human Interface Guidelines, including the Liquid Glass design language (announced WWDC25, shipped with iOS 26/macOS Tahoe, Sept 2025). Use when reviewing an Apple-platform mockup or app for HIG compliance, checking contrast or tap-target sizes, or designing native-feeling Apple UI (e.g., 'audit my iOS app against the HIG', 'is this text readable on Liquid Glass?').