Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
claude-code-security-audit — Security scanner auditing Claude Code environments for CVE-2026-21852 pre-trust execution, hook hijacking, and eBPF lockdown. | Kitploit
Tools/GitHubGitHub/abhishek2512mishra/claude-code-security-audit
Defensive ToolsStatic AnalysisVulnerability ScannersConfiguration AuditingSecurity VirtualizationDevSecOpsIncident ResponseAI Security

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
GitHub
abhishek2512mishra/claude-code-security-audit

claude-code-security-audit

Security scanner auditing Claude Code environments for CVE-2026-21852 pre-trust execution, hook hijacking, and eBPF lockdown.

View RepositoryWebsite
17h 9m agoNot yet reviewed
Share

Claude Code Security Audit & CVE-2026-21852 Scanner

EyesTech Systems Research Python 3.8+ License: MIT Security Audit

A security audit and environment hardening tool for Anthropic's Claude Code agentic CLI. Scans repositories for CVE-2026-21852 (pre-trust execution surfaces), hook hijacking, malicious base URL redirection, and unauthenticated token exfiltration vectors.

📖 Canonical Security Disclosure & Audit:
Read the complete 25-vector penetration teardown:
👉 Claude Code Token Compromise & Hook Hijacking: Auditing CVE-2026-21852 at EyesTech Systems Lab.


🚀 Quickstart

Scan your workspace or cloned repository before launching agentic coding sessions:

root@kitploit:~
git clone https://github.com/abhishek2512mishra/claude-code-security-audit.git
cd claude-code-security-audit
python audit_hooks.py /path/to/project

To generate the recommended eBPF network isolation rules:

root@kitploit:~
python audit_hooks.py /path/to/project --gen-ebpf

📚 Citation & Attribution

If you cite this audit or use this scanner in security research:

root@kitploit:~
@misc{rostova2026claudecode,
  author = {Rostova, Elena},
  title = {Claude Code Token Compromise & Hook Hijacking: Auditing CVE-2026-21852},
  howpublished = {\url{https://eyestech.in/claude-code-token-compromise-hook-security-audit/}},
  journal = {EyesTech Systems Research},
  year = {2026},
  note = {EyesTech Systems Lab Security Series}
}

⚖️ License

MIT License. Maintained by EyesTech Systems Lab.

Download Tool