What it examines
Grouped by when it would run — not a vague score
Findings are organised by the moment they’d fire, because “before you even open the editor” is more actionable than “high”.
On downloadHooks that fire the instant you clone or unzip it — before you’ve opened anything.
On openCode that runs the moment the project is opened — editor tasks set to run on folder-open, in-tree git hooks, Unity editor scripts, dev-container commands.
On installScripts that run when you install dependencies — npm lifecycle steps and non-registry sources.
On buildSteps that run when you compile or build the project.
InertSuspicious content that doesn’t run on its own, but is worth seeing — binaries in a source tree, obfuscated blobs, disguised filenames.
The colour marks how soon it fires: red runs on its own before you do anything, amber waits for a command, grey doesn’t run by itself.