registry  /  @autonoma-ai/planner  /  0.1.19

@autonoma-ai/planner@0.1.19

Autonoma test planner - generate E2E test cases for any frontend codebase.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 13 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
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 1 file(s), 302 KB of source, external domains: autonoma.app, docs.autonoma.app, us.i.posthog.com

Source & flagged code

4 flagged · loading source
dist/index.jsView file
470// src/core/notify.ts L471: import { execFile as execFile2 } from "child_process"; L472: import { platform } from "os";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L470
465AI_MAX_RETRIES = 10; L466: DEFAULT_API_URL = "https://autonoma.app"; L467: } ... L470: // src/core/notify.ts L471: import { execFile as execFile2 } from "child_process"; L472: import { platform } from "os"; L473: function notify(title, message) { L474: process.stderr.write("\x07"); L475: const os = platform();
High
Command Output Exfiltration

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

dist/index.jsView on unpkg · L465
4036patternName = generic_password severity = medium line = 4036 matchedText = - Email/... } }
Medium
Secret Pattern

Package contains a possible secret pattern.

dist/index.jsView on unpkg · L4036
2473patternName = generic_password severity = medium line = 2473 matchedText = // Sugge...' })
Medium
Secret Pattern

Hardcoded password in dist/index.js

dist/index.jsView on unpkg · L2473

Findings

3 High5 Medium5 Low
HighChild Processdist/index.js
HighShell
HighCommand Output Exfiltrationdist/index.js
MediumSecret Patterndist/index.js
MediumDynamic Require
MediumNetwork
MediumEnvironment Vars
MediumSecret Patterndist/index.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License