Safeguard
Tag

static-analysis

Safeguard articles tagged "static-analysis" — guides, analysis, and best practices for software supply chain and application security.

175 articles

Application Security

How Snyk Code analyzes API usage patterns to catch insecu...

A technical look at how Snyk Code's symbolic engine and taint tracking flag insecure API calls like weak crypto, XXE, and SSRF before code ships.

Jun 13, 20267 min read
Application Security

How Snyk Code detects path traversal vulnerabilities thro...

How Snyk Code uses interprocedural data-flow tracing—not regex matching—to catch path traversal (CWE-22) by connecting tainted sources to file-system sinks.

Jun 13, 20268 min read
Application Security

How Snyk Code's duplicate and similar-code detection supp...

Snyk Code once shipped duplicate and similar-code detection under its Code Quality rules. Here's how it worked, and what its 2025 retirement means for teams.

Jun 13, 20267 min read
Container Security

How Snyk Container's static filesystem analysis avoids th...

How Snyk Container inspects image layers, package databases, and lockfiles without ever running the container — and where static filesystem analysis hits its limits.

Jun 13, 20268 min read
Cloud Security

How Snyk IaC's static analysis engine parses Terraform HC...

A technical walkthrough of how Snyk IaC parses Terraform HCL into JSON, evaluates it with OPA/Rego policies, and maps violations back to source lines.

Jun 12, 20267 min read
Comparisons

A Checkmarx Scan: What It Actually Analyzes

A breakdown of what a Checkmarx scan actually analyzes under the hood, what its static analysis engine catches well, and where teams typically add another tool alongside it.

Jun 10, 20265 min read
DevSecOps

Python Syntax Checker: Catching Errors Before They Ship

A Python syntax checker validates that your code parses and follows the rules of the language before you run it. Here are the tools that do it and how they fit a secure pipeline.

Jun 6, 20266 min read
Application Security

What is SAST? Static Application Security Testing explained

SAST scans source code for vulnerabilities before deployment. Learn how it works, where it fits vs. DAST/SCA, its false-positive limits, and 2026 tooling.

Jun 4, 20267 min read
Industry Analysis

Why Scanning AI-Generated Code Requires Different Heurist...

AI coding assistants write fast but fail differently than humans do. Learn why scanning AI-generated code needs new heuristics for hallucinated dependencies.

Jun 1, 20268 min read
Security

Code Guide Buzzardcoding: How to Read and Review Code for Security

A good code guide teaches you to read code, not just write it. This walkthrough covers how to review code for the security flaws that automated tools and casual readers miss.

Jun 1, 20266 min read
DevSecOps

Using Literal in Python: Type Safety for Fixed Values

The Literal type in Python lets you constrain a value to a fixed set of options the type checker enforces. Here's how to use it well, and where it quietly improves security.

May 31, 20266 min read
AppSec

How a Source Code Security Scanner Works and Which One to Use

A source code security scanner reads your code without running it to find injection, secrets, and logic flaws. Here is how the analysis works and how to pick one that fits.

May 31, 20267 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

static-analysis (Page 6) — Safeguard Blog