blint
Binary security audits, disassembly, and SBOM generation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install blint?โผ
Run `npx skills add owasp-dep-scan/blint --all -g -y` in your terminal to install all skills in this repository globally.
What does blint check in a binary?โผ
It verifies security mitigations like PIE, NX, ASLR, stack canaries, and RELRO, and reviews imported functions for risky capabilities such as network access or weak cryptography.
Can blint generate an SBOM?โผ
Yes. It produces CycloneDX SBOMs for Go, Rust, .NET, and Android binaries, listing third-party components for vulnerability management.
Which file formats does blint support?โผ
It analyzes ELF, PE, Mach-O, WASM, iOS app bundles (.ipa), and Android packages (APK, APKM, AAB), with optional disassembly across multiple CPU architectures.
Can I add custom security rules to blint?โผ
Yes. You can define your own capability and hardening checks in simple YAML rule files without changing the core code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core