preflight
Back to changelog
May 12, 2026 v0.12.11

Agent Skill Added, Safer Scans

This release focuses on two things: a new agent-friendly workflow for running Preflight, and safer, more reliable scanning in edge cases.

New Capabilities

A new skills.sh-compatible agent skill is now included, designed for situations where a coding agent needs a repeatable way to run Preflight and triage findings.

The README now also documents how to discover and install this skill, so teams can adopt it quickly and consistently.

Security and Scan Reliability

Secrets scanning now avoids following non-standard file types and better detects multiple findings on the same line, reducing the chance of missing a real issue due to a nearby exception.

Dependency vulnerability auditing now runs in a more contained way, with tighter limits on runtime and what the subprocess can access, and with shorter output included in results to keep reports readable.

Tags

Feature Security Documentation