A
100/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
100/100
LOW 2
Findings (2)
LOW
Cargo or gem install from remote
L27 Detects cargo install or gem install fetching packages from remote registries
gem install c FIX
Pin Cargo/Gem packages to specific versions (e.g., cargo install tool@0.1.0, gem install tool -v 1.2.3). Use lock files for reproducibility.
FP?
Likely FP if the matched text is a very short fragment (3 words or fewer) or uses placeholder package names.
LOW
Cargo or gem install from remote
L38 Detects cargo install or gem install fetching packages from remote registries
gem install c FIX
Pin Cargo/Gem packages to specific versions (e.g., cargo install tool@0.1.0, gem install tool -v 1.2.3). Use lock files for reproducibility.
FP?
Likely FP if the matched text is a very short fragment (3 words or fewer) or uses placeholder package names.