Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis flagged 19 finding(s) at 86.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Decision evidence
public snapshotSource & flagged code
10 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
bin/myhi.jsView on unpkg · L1Source writes installer persistence such as shell profile or service configuration.
bin/myhi.jsView on unpkg · L1A single source file combines environment access, network access, and code or shell execution with blocking evidence.
dist/index.min.jsView on unpkg · L53Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
dist/index.min.jsView on unpkg · L53Package source invokes a package manager install command at runtime.
bin/daemon.jsView on unpkg · L126