Test stdio servers from the CLI: scout check --stdio -- <command> starts the server as a child process and checks it, with five checks only a child-process run can make. Checks a pipe cannot make are reported as skipped, by id, with the reason.
scout sbom: Writes a CycloneDX bill of materials for a Go server's binary, with each dependency's package URL and module checksum. The same binary gives the same bytes every time.
Gate on drift: scout verify --against fails when any check got worse between two statements, and scout verify --reproduce repeats the recorded run. scout watch re-checks the catalogue against an approved baseline.
119 checks: New checks cover Origin validation against DNS rebinding and the Tasks extension, and scout overlap finds tool-name collisions between servers used together.