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 840 Application Security tools, 263 free and 577 commercial.
Accuracy and depth improve over time. Last reviewed Sep 2026. Is something off? Reach out.
New to this category? What is Application Security (AppSec)?
Automate software supply chain security by blocking malicious open source components
A set of 48 practical programming exercises in cryptography and application security
A VM for mobile application security testing, Android and iOS applications, with custom-made tools and scripts.
A tool for dynamic analysis of mobile applications in a controlled environment.
Open-source vuln management platform with automated triage and ASPM.
A portable public domain password hashing framework for PHP applications.
A web security tool that scans for vulnerabilities and known attacks.
A comprehensive web application security testing solution that offers built-in vulnerability assessment and management, as well as integration options with popular software development tools.
Web-application vulnerability scanner with extensive coverage of security testing modules.
A command-line utility for examining Objective-C runtime information in Mach-O files and generating class declarations.
A Java based HTTP/HTTPS proxy for assessing web application vulnerability with various useful features.
Using high-quality entropy sources for CSPRNG seeding is crucial for security.
App-Ray offers comprehensive security analysis and compliance solutions for mobile applications.
cfn-nag is a static analysis tool that scans AWS CloudFormation templates to identify security vulnerabilities and misconfigurations in infrastructure-as-code.
A static code analysis tool for parsing common data formats to detect hardcoded credentials and dangerous functions.
Gitleaks is a SAST tool for detecting and preventing hardcoded secrets in git repos.
Dufflebag searches through public AWS EBS snapshots to identify accidentally exposed secrets and sensitive information.
Find leaked credentials by scanning repositories for high entropy strings.
DumpsterDiver analyzes large datasets to detect hardcoded secrets, keys, and passwords using entropy calculations and customizable search rules.
Prevents you from committing passwords and other sensitive information to a git repository.
A Python command line tool that scans directories for AWS credentials in files, designed for CI/CD integration to prevent credential exposure in builds.
840 tools across 14 specializations · 263 free, 577 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.
Tool roundups, buying guides, and strategic analysis from the CybersecTools resource library.
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.