Example Usage
# Full security audit — secrets + 23 agents + deps + remediation plan npx ship-safe audit . # LLM-powered deep analysis (Anthropic, OpenAI, Google, Ollama, Gemma 4) npx ship-safe audit . --deep # Agentic loop — scan → auto-annotate fixes → re-scan until score ≥ 75 npx ship-safe audit . --agentic npx ship-safe audit . --agentic 5 --agentic-target 85 # Red team scan (23 agents, 80+ attack classes) npx ship-safe red-team . # Scan only changed files (fast pre-commit & PR scanning) npx ship-safe diff npx ship-safe diff --staged # Live OSV.dev advisory feed — no API key, no stale data npx ship-safe advisories . # Continuous monitoring npx ship-safe watch . # Lightweight file watcher npx ship-safe watch . --deep # Full 23-agent scan on every change npx ship-safe watch . --deep --threshold 80 # Fail if score drops below threshold npx ship-safe watch . --status # Show last deep-watch results # Fun emoji security grade with shareable badge npx ship-safe vibe-check . # Compare your score against industry averages npx ship-safe benchmark . # Quick secret scan npx ship-safe scan . # Security health score (0-100) npx ship-safe s
See also
Zygisk-Il2CppDumper
Open Source
Using Zygisk to dump il2cpp data at runtime…
xAnalyzer
Open Source
…
ret-sync
Open Source
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2…
EyeWitness
Open Source
Kali
Takes screenshots of web pages, RDP, and VNC services. Reports on default credentials and interestin…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…
API-Pentesting-Tools
Open Source
API Pentesting Tools are specialized security tools used to test and analyze the security of Applica…