Safeguard
Tag

testing

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

23 articles

Best Practices

Mocking APIs for secure testing: MSW and json-server for error and auth flows

MSW intercepts requests at the network layer; json-server spins up a fake REST API in one command. Neither should ever touch a real backend or real credentials.

Jul 12, 20267 min read
Application Security

IAST vs SAST in 2026: When to Use Which

A practical guide to when IAST adds value over SAST in 2026, with the workload characteristics that justify the operational cost of runtime instrumentation.

Feb 28, 20266 min read
Open Source

npm chai: A Security Review and Safe Usage Guide

Chai is a staple assertion library for JavaScript testing. Here is an honest look at the security profile of the npm chai package and how to keep it out of your production bundle.

Feb 11, 20265 min read
Application Security

IAST vs DAST Decision Guide 2026

When to choose IAST, when to choose DAST, and when to run both. A decision framework for 2026 with concrete coverage, cost, and integration tradeoffs.

Jan 28, 20265 min read
SBOM

AI-Generated SBOMs: How Accurate Are They?

LLMs can now generate SBOMs from source code and documentation. We tested five AI SBOM generators against traditional tools to measure accuracy, completeness, and reliability.

Nov 12, 20257 min read
Security

Jest Latest Version: Upgrading Safely in 2026

The Jest latest version is 30.x, and keeping current matters less for features than for cutting the pile of transitive dev dependencies older Jest drags in.

Oct 21, 20255 min read
Security

JavaScript DI: Dependency Injection Patterns and Their Security Impact

JavaScript DI (dependency injection) decouples your code, but the container that wires it together is also a place security can slip. Here is how to use it well.

Oct 5, 20256 min read
DevSecOps

Mocking in Python: unittest.mock, MagicMock, and Return Values

A practitioner's guide to Python unit test mocking: when to use Mock vs MagicMock, setting return values and side effects, patching in the right place, and the assertions that make a mock worth writing.

Sep 8, 20257 min read
Open Source

jest-environment-jsdom: Setup, Gotchas, and Supply Chain Notes

Setting up npm jest-environment-jsdom correctly, why it stopped shipping with Jest, and what its jsdom dependency tree means for your test toolchain's security.

Aug 21, 20256 min read
DevSecOps

Unit Testing in Node.js: A Practical, Security-Aware Setup

A working guide to unit testing in Node.js with the built-in node:test runner — structure, mocking, coverage, and the security-relevant code paths most suites forget to cover.

Aug 5, 20257 min read
Open Source

babel-jest: What It Does and How to Keep Your Test Toolchain Safe

babel-jest npm sits in almost every Jest install, quietly transforming your code before tests run. Here is what it does and why test toolchains deserve supply chain attention.

Jul 29, 20256 min read
AppSec

How a Web Application Penetration Test Actually Works (and What It Finds)

A web application penetration test simulates a real attacker against your app. Here is what the phases look like and how to act on the report.

Jun 18, 20256 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.

testing — Safeguard Blog