registry  /  fimo  /  0.5.0

fimo@0.5.0

Fimo CLI - create, deploy, and manage Fimo projects

Static Scan Results

scanned 16h 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
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 179 file(s), 828 KB of source, external domains: api.example.test, api.fimo.ai, api.staging.fimo.team, assets.fimo.team, blog.fimo.ai, docs.fimo.ai, events.example.test, example.com, fimo.ai, fimo.canny.io, schema.org, staging.fimo.team, static.wixstatic.com, tenant.example.test, www.sitemaps.org
Oversized source lightweight scan
dist/cli/index.js4.61 MB file, sampled 256 KB
FilesystemNetworkChildProcessEnvironmentVarsShellHighEntropyStringsUrlStringsdocs.fimo.ai

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
scripts/postinstall.mjsView file
68try { L69: const { syncProjectFimoSkill } = await import(helperPath); L70: const initCwd = process.env.INIT_CWD ?? process.cwd();
Medium
Dynamic Require

Package source references dynamic require/import behavior.

scripts/postinstall.mjsView on unpkg · L68
dist/cli/index.jsView file
path = dist/cli/index.js kind = oversized_source_file sizeBytes = 4832368 magicHex = [redacted]
High
Oversized Source File

Package contains source files above the static scanner size ceiling.

dist/cli/index.jsView on unpkg
path = dist/cli/index.js kind = oversized_cli_entrypoint sizeBytes = 4832368 magicHex = [redacted]
Medium
Oversized Cli Entrypoint

Package contains an oversized executable-looking CLI entrypoint.

dist/cli/index.jsView on unpkg

Findings

2 High6 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
HighOversized Source Filedist/cli/index.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirescripts/postinstall.mjs
MediumNetwork
MediumEnvironment Vars
MediumOversized Cli Entrypointdist/cli/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License