Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/commands/setup/enable-gcp.jsView file
79parent,
L80: requestBody: { serviceIds: REQUIRED_APIS },
L81: });
...
L131: console.log('\nUploading Terraform setup config to GCS...');
L132: const tfDir = (0, path_1.join)(__dirname, '../../templates/setup-gcp');
L133: const files = ['main.tf', 'variables.tf', 'outputs.tf'];
...
L212: if (!num)
L213: throw new errors_1.CliError({ code: 'UPSTREAM', message: 'Could not retrieve project number', exitCode: 3 });
L214: return String(num);
...
L223: subject_token_type: 'urn:ietf:params:aws:token-type:aws4_request',
L224: token_url: 'https://sts.googleapis.com/v1/token',
L225: credential_source: {
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/commands/setup/enable-gcp.jsView on unpkg · L79•matchType = previous_version_dangerous_delta
matchedPackage = geni-bioinfo@0.1.29
matchedIdentity = npm:Z2VuaS1iaW9pbmZv:0.1.29
similarity = 0.974
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/commands/setup/enable-gcp.jsView on unpkgFindings
2 High3 Medium5 Low
HighCloud Metadata Accessdist/commands/setup/enable-gcp.js
HighPrevious Version Dangerous Deltadist/commands/setup/enable-gcp.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings