registry  /  @alejoamiras/aztec-benchmark  /  0.0.0-canary.gb8d1485

@alejoamiras/aztec-benchmark@0.0.0-canary.gb8d1485

CLI tool and GitHub Action for Aztec contract benchmarking

Static Scan Results

scanned 12d ago · by rust-scanner

Static analysis flagged 14 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedObfuscatedProtestwareUrlStrings
ManifestNo manifest risk signals triggered.
scanned 9 file(s), 528 KB of source, external domains: docs.github.com

Source & flagged code

5 flagged · loading source
action/dist/index.cjsView file
1(()=>{var A={3472:function(A,e,t){"use strict";var r=this&&this.__createBinding||(Object.create?function(A,e,t,r){if(r===undefined)r=t;Object.defineProperty(A,r,{enumerable:true,ge... L2: /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=A=>A.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const nor...
High
Child Process

Package source references child process execution.

action/dist/index.cjsView on unpkg · L1
1(()=>{var A={3472:function(A,e,t){"use strict";var r=this&&this.__createBinding||(Object.create?function(A,e,t,r){if(r===undefined)r=t;Object.defineProperty(A,r,{enumerable:true,ge... L2: /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=A=>A.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const nor...
High
Shell

Package source references shell execution.

action/dist/index.cjsView on unpkg · L1
1(()=>{var A={3472:function(A,e,t){"use strict";var r=this&&this.__createBinding||(Object.create?function(A,e,t,r){if(r===undefined)r=t;Object.defineProperty(A,r,{enumerable:true,ge... L2: /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=A=>A.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const nor...
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

action/dist/index.cjsView on unpkg · L1
1(()=>{var A={3472:function(A,e,t){"use strict";var r=this&&this.__createBinding||(Object.create?function(A,e,t,r){if(r===undefined)r=t;Object.defineProperty(A,r,{enumerable:true,ge... L2: /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=A=>A.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const nor...
High
Command Output Exfiltration

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

action/dist/index.cjsView on unpkg · L1
dist/cli.jsView file
81try { L82: const module = await import(benchmarkFilePath); L83: const BenchmarkClass = module.default;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/cli.jsView on unpkg · L81

Findings

5 High5 Medium4 Low
HighChild Processaction/dist/index.cjs
HighShellaction/dist/index.cjs
HighSame File Env Network Executionaction/dist/index.cjs
HighCommand Output Exfiltrationaction/dist/index.cjs
HighObfuscated
MediumDynamic Requiredist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumProtestware
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings