Loading...
Application security is the discipline of finding and fixing the flaws that live in the code, dependencies, and runtime behavior of the software your organization builds and ships. It spans the whole lifecycle: catching vulnerabilities before merge with static testing (SAST), software composition analysis, secrets detection, and threat modeling, then guarding what is live with dynamic and interactive testing (DAST/IAST), API security, web application firewalls, bot management, and runtime self-protection (RASP). For most security leaders this is where the hardest tradeoff sits, because the people introducing risk are developers moving fast, and the controls that work are the ones that fit into the pipeline rather than fight it. Supply chain security, application security posture management (ASPM), mobile app security, and secure code training round out the category, and together they are how teams shift left without grinding shipping to a halt.
We cover 811 Application Security tools, 252 free and 559 commercial.
Accuracy and depth improve over time. Last reviewed Jul 2026. Is something off? Reach out.
Agentless cloud API discovery, posture management, and drift detection.
Python wrapper for Android APK decompilation with various converter and decompiler options.
A security checklist based on OWASP standards that provides comprehensive guidelines for designing, testing, and releasing secure Android applications.
An open-source framework that detects and prevents dependency confusion attacks across multiple package management systems and development environments.
A web-based Android application dynamic analysis tool that provides real-time Frida instrumentation capabilities through a Flask interface with modular JavaScript hooking support.
A full python tool for analyzing Android files with various functionalities.
w3af is an open source web application security scanner that identifies over 200 types of vulnerabilities including XSS, SQL injection, and OS commanding in web applications.
A tool for extracting static and dynamic features from Android APKs.
Static security code scanner (SAST) for Node.js applications with Docker support and integrations with Slack.
A Node.js library for validating environment variables and providing immutable access to configuration values in applications.
Inspeckage is a dynamic analysis tool for Android applications that provides runtime behavior monitoring through API hooking and real-time system interaction tracking.
CakeFuzzer is an automated vulnerability discovery tool specifically designed for identifying security issues in CakePHP web applications with minimal false positives.
WebGoat is an OWASP-maintained deliberately insecure web application designed to teach web application security through hands-on exercises with intentional vulnerabilities.
A tool for translating Dalvik bytecode to equivalent Java bytecode, allowing Java analysis tools to analyze Android applications.
A key and secret validation workflow tool built in Rust, supporting over 30 providers and exporting to JSON or CSV.
A CLI tool that performs security assessments on Joi validator schemas by testing them against various attack vectors including XSS, SQL injection, RCE, and SSRF.
A command-line Android APK vulnerability analyzer written in Rust that decompresses and scans APK files using rule-based detection to identify security issues.
iOS Reverse Engineering Toolkit for automating common tasks in iOS penetration testing.
A CLI tool for signing and verifying npm and yarn packages.
A serverless application that demonstrates common serverless security flaws and weaknesses
NodeGoat provides an environment to learn and address OWASP Top 10 security risks in Node.js web applications.
AuditJS is a command-line tool that scans JavaScript projects for known vulnerabilities and outdated packages in npm dependencies using the OSS Index API or Nexus IQ Server.
A comprehensive Android application analysis tool that provides device management, logcat analysis, file examination, and integration with security frameworks like MobSF and JD-GUI.
ConDroid is a concolic execution framework for Android applications that automates dynamic analysis by driving execution to specific code locations without manual interaction.
811 tools across 14 specializations · 252 free, 559 commercial
Static Application Security Testing
Static Application Security Testing (SAST) tools that analyze source code for vulnerabilities using taint and dataflow analysis during development.
Secrets Detection
Tools that find and scan for leaked secrets, credentials, API keys, and tokens hardcoded in source code, repositories, and CI/CD pipelines.
Software Composition Analysis
Software Composition Analysis (SCA) tools for identifying vulnerabilities and license risks in open source dependencies and third-party libraries, with SBOM generation.
Common questions about Application Security tools, selection guides, pricing, and comparisons.
Application security is the practice of protecting software from vulnerabilities across its lifecycle, from the code developers write to the dependencies they import to the running app exposed to users. It covers pre-deployment testing like SAST, SCA, and threat modeling, and runtime defenses like WAFs, API security, and RASP. The goal is shipping secure software without slowing delivery to a crawl.
API security is a specialized slice of application security focused on the endpoints applications expose to each other and to clients. Broader AppSec covers the entire codebase, dependencies, and runtime; API security narrows in on authentication, authorization, schema abuse, and business-logic attacks against APIs. As architectures move to microservices and headless apps, API security has grown into its own discipline rather than a feature of general scanners.
SAST analyzes source code or binaries without running the application, catching flaws early but generating false positives. DAST tests the running application from the outside, like an attacker, finding real exploitable issues but later in the cycle. IAST instruments the app during testing to combine both views with better accuracy. Most mature programs use more than one, since each catches what the others miss.
Start with where your risk concentrates: a company shipping APIs needs different coverage than one shipping mobile apps. Prioritize tools that fit your developers' existing pipeline and IDE, because adoption beats raw detection depth. Watch the noise: false positive rates and triage burden quietly kill AppSec programs. Many teams now consolidate scanners under an ASPM layer rather than buying point tools per testing type.
Open-source tools like Semgrep, OWASP ZAP, and Trivy form a credible foundation, and plenty of teams run real programs on them. They tend to need more in-house tuning, lack the centralized triage and policy enforcement of commercial platforms, and rarely cover the full lifecycle alone. Most organizations land on a blend: open source for core scanning, commercial tooling where consolidation, support, and posture management matter at scale.
Ranked by real community upvotes and saves — never for sale. Featured placement is always labeled.