registry  /  @treeseed/core  /  0.12.42

@treeseed/core@0.12.42

Treeseed web framework package for Astro/Starlight site runtimes.

Static Scan Results

scanned 2h 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
HighEntropyStringsMinifiedUrlStrings
Manifest
CopyleftLicense
scanned 205 file(s), 1.07 MB of source, external domains: api.treeseed.dev, challenges.cloudflare.com, docs.astro.build, example.com, github.com, pagefind.app, starlight.astro.build, treeseed.dev

Source & flagged code

4 flagged · loading source
dist/dev.jsView file
1import { appendFileSync, closeSync, existsSync, mkdirSync, openSync, readFileSync, readSync, readdirSync, renameSync, rmSync, statSync, writeFileSync } from "node:fs"; L2: import { spawn, spawnSync } from "node:child_process"; L3: import { createHash } from "node:crypto";
High
Child Process

Package source references child process execution.

dist/dev.jsView on unpkg · L1
2083patternName = generic_password severity = medium line = 2083 matchedText = password...ed",
Medium
Secret Pattern

Package contains a possible secret pattern.

dist/dev.jsView on unpkg · L2083
dist/scripts/verify-driver.jsView file
6import { pathToFileURL } from 'node:url'; L7: const require = createRequire(import.meta.url); L8: function hasSourceRunnerDependencies() {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/scripts/verify-driver.jsView on unpkg · L6
dist/scripts/run-fixture-astro-command.jsView file
33}); L34: const result = spawnSync('npx', ['astro', command, '--root', fixtureRoot, ...rest], { L35: cwd: packageRoot,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/scripts/run-fixture-astro-command.jsView on unpkg · L33

Findings

3 High5 Medium6 Low
HighChild Processdist/dev.js
HighShell
HighRuntime Package Installdist/scripts/run-fixture-astro-command.js
MediumSecret Patterndist/dev.js
MediumDynamic Requiredist/scripts/verify-driver.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License