registry  /  @microsoft/fabric-mcp  /  1.2.0

@microsoft/fabric-mcp@1.2.0

Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessDynamicRequireEnvironmentVars
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 4.29 KB of source, external domains: aka.ms, github.com

Source & flagged code

5 flagged · loading source
package.jsonView file
dependencies registry_only=@microsoft/fabric-mcp-darwin-arm64,@microsoft/fabric-mcp-darwin-x64,@microsoft/fabric-mcp-linux-arm64,@microsoft/fabric-mcp-linux-x64,@microsoft/fabric-mcp-win32-arm64,@microsoft/fabric-mcp-win32-x64
Critical
Manifest Confusion

Tarball package.json differs from the npm registry version manifest for scripts or dependency sets.

package.jsonView on unpkg
scripts.postinstall = node ./scripts/post-install-script.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
index.jsView file
42try { L43: const { execSync } = require('child_process') L44:
High
Child Process

Package source references child process execution.

index.jsView on unpkg · L42
48try { L49: execSync(`npm install ${platformPackageName}@${packageVersion}`, { L50: stdio: ['inherit', 'inherit', 'pipe'], // Only pipe stderr to capture errors
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

index.jsView on unpkg · L48
2L3: const os = require('os') L4: const packageJson = require('./package.json')
Medium
Dynamic Require

Package source references dynamic require/import behavior.

index.jsView on unpkg · L2

Findings

1 Critical3 High3 Medium2 Low
CriticalManifest Confusionpackage.json
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processindex.js
HighRuntime Package Installindex.js
MediumDynamic Requireindex.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowUrl Strings