ScriptProbe checks packages before Claude Code installs them
ScriptProbe shows you what a software package will run before Claude Code installs it. It's for developers who want to check installation behavior before allowing it onto their machine.
The free check reads the package without executing it. ScriptProbe reports whether the package runs nothing, stays on disk, compiles native code, or reaches the network. It gives the highest warning when an outside connection appears alongside a changed publishing account.
I made the check free for one package at a time. You pay $29 to check every dependency once a day for 30 days and receive an email when its installation behavior or publishing account changes. what each result means The package runs nothing during installation: Clean The package keeps its work on disk: Runs locally The package compiles native code: Builds native code The package connects to another host: Reaches the network The account changed and the package connects out: Highest warning ScriptProbe separates ordinary installation work from the combination of an outside connection and a changed publishing account.