Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 3 finding(s) at 72.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.
Decision evidence
public snapshotBehavioral surface
ChildProcessShell
Source & flagged code
2 flagged · loading sourcekaniko.jsView file
9logger.info('Repository:', repository);
L10: await exec(`/kaniko/executor \
L11: --context "${path}" \
High
deploy.jsView file
7await exec('mkdir cdk.out');
L8: await exec('npx cdk synth > cdk.out/cloudformation.yml');
L9: await exec('npx aws-cdk diff');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
deploy.jsView on unpkg · L7Findings
3 High
HighChild Processkaniko.js
HighShell
HighRuntime Package Installdeploy.js