SMRTR ProgrammingMar 24, 2026Hacker News

Pipguard – pre-install malware scanner for Python supply-chain attacks

SMRTR summary

pipguard is a local-only Python CLI tool designed to scan Python packages for supply-chain malware before installation. Created in response to incidents like the LiteLLM compromise, it detects executable .pth files, credential harvesting, obfuscated payloads, and import-time attacks. The tool provides commands to scan packages, safely install after verification, audit environments, and run commands with reduced blast radius.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 24, 2026

Programming Paradigms

A structured roadmap for experienced developers to move beyond language familiarity and genuinely master the four core programming paradigms.