registry  /  @aztec/l1-artifacts  /  5.0.1

@aztec/l1-artifacts@5.0.1

⚠ Under review

Exposes TS-importable artifacts (bytecode + ABIs) of L1 contracts.

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinified
Manifest
NoLicense
scanned 72 file(s), 3.36 MB of source

Source & flagged code

3 flagged · loading source
l1-contracts/scripts/forge_broadcast.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @aztec/l1-artifacts@4.4.0 matchedIdentity = npm:QGF6dGVjL2wxLWFydGlmYWN0cw:4.4.0 similarity = 0.479 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

l1-contracts/scripts/forge_broadcast.jsView on unpkg
18L19: import { spawn } from "node:child_process"; L20: import { writeSync } from "node:fs";
High
Child Process

Package source references child process execution.

l1-contracts/scripts/forge_broadcast.jsView on unpkg · L18
18L19: import { spawn } from "node:child_process"; L20: import { writeSync } from "node:fs"; L21: L22: const log = (msg) => process.stderr.write(`[forge_broadcast] ${msg}\n`); L23: L24: async function rpc(url, method, params = []) { L25: const res = await fetch(url, { L26: method: "POST",
High
Command Output Exfiltration

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

l1-contracts/scripts/forge_broadcast.jsView on unpkg · L18

Findings

1 Critical3 High2 Medium4 Low
CriticalPrevious Version Dangerous Deltal1-contracts/scripts/forge_broadcast.js
HighChild Processl1-contracts/scripts/forge_broadcast.js
HighShell
HighCommand Output Exfiltrationl1-contracts/scripts/forge_broadcast.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License