registry  /  @codeseedelearning/mool  /  0.0.2

@codeseedelearning/mool@0.0.2

CLI for the Mool framework — scaffold and run Mool projects.

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 7 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chainNo supply-chain packaging signals triggered.
Manifest
NoLicense
scanned 31 file(s), 26.7 KB of source

Source & flagged code

4 flagged · loading source
src/templates/basic/routes/web.tsView file
37patternName = generic_password severity = medium line = 37 matchedText = password...:6",
Medium
Secret Pattern

Package contains a possible secret pattern.

src/templates/basic/routes/web.tsView on unpkg · L37
61patternName = generic_password severity = medium line = 61 matchedText = password...ng",
Medium
Secret Pattern

Hardcoded password in src/templates/basic/routes/web.ts

src/templates/basic/routes/web.tsView on unpkg · L61
src/commands/dev-command.tsView file
22L23: const module = await import(pathToFileURL(bootstrapPath).href); L24: const app: Application = module.default;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/commands/dev-command.tsView on unpkg · L22
bin/mool.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @codeseedelearning/mool@0.0.1 matchedIdentity = npm:QGNvZGVzZWVkZWxlYXJuaW5nL21vb2w:0.0.1 similarity = 0.708 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.

bin/mool.jsView on unpkg

Findings

1 High4 Medium2 Low
HighPrevious Version Dangerous Deltabin/mool.js
MediumSecret Patternsrc/templates/basic/routes/web.ts
MediumDynamic Requiresrc/commands/dev-command.ts
MediumEnvironment Vars
MediumSecret Patternsrc/templates/basic/routes/web.ts
LowFilesystem
LowNo License