registry  /  @djangocfg/nextjs  /  2.1.447

@djangocfg/nextjs@2.1.447

Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config

Static Scan Results

scanned 10d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 80 file(s), 331 KB of source, external domains: djangocfg.com, github.com, mcp.djangocfg.com, registry.npmjs.org, www.sitemaps.org

Source & flagged code

4 flagged · loading source
dist/config/index.mjsView file
478import chalk from "chalk"; L479: import { execSync, spawn } from "child_process"; L480: import Conf from "conf";
High
Child Process

Package source references child process execution.

dist/config/index.mjsView on unpkg · L478
654const proc = spawn(cmd, args, { L655: shell: true, L656: cwd: process.cwd(),
High
Shell

Package source references shell execution.

dist/config/index.mjsView on unpkg · L654
src/config/plugins/devStartup.tsView file
90private checkPWASetup(): void { L91: const fs = require('fs'); L92: const path = require('path');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/config/plugins/devStartup.tsView on unpkg · L90
src/config/packages/updater.tsView file
337const command = pm === 'pnpm' L338: ? `pnpm add ${pkg.name}@latest` L339: : pm === 'yarn' ... L343: return new Promise((resolve) => { L344: const proc = spawn(command, { L345: shell: true,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/config/packages/updater.tsView on unpkg · L337

Findings

3 High4 Medium4 Low
HighChild Processdist/config/index.mjs
HighShelldist/config/index.mjs
HighRuntime Package Installsrc/config/packages/updater.ts
MediumDynamic Requiresrc/config/plugins/devStartup.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings