registry  /  @atlaskit/afm-i18n-platform-bitbucket-panel  /  2.173.0

@atlaskit/afm-i18n-platform-bitbucket-panel@2.173.0

NPM i18n package for AFM platform-bitbucket-panel published by Traduki

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 6 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
ChildProcessFilesystemShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 82 file(s), 31.6 KB of source

Source & flagged code

2 flagged · loading source
build.jsView file
2L3: const { execSync } = require('child_process'); L4: const fs = require('fs');
High
Child Process

Package source references child process execution.

build.jsView on unpkg · L2
64try { L65: execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' }); L66: console.log('✅ ES modules built successfully');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

build.jsView on unpkg · L64

Findings

3 High3 Low
HighChild Processbuild.js
HighShell
HighRuntime Package Installbuild.js
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem