registry  /  @axyl-tcb/create-template  /  1.6.0

@axyl-tcb/create-template@1.6.0

Axyl TCB Cloud Function 프로젝트 스캐폴딩 CLI (npm create @axyl-tcb/template)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 7 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 chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 27 file(s), 76.4 KB of source

Source & flagged code

2 flagged · loading source
template/scripts/deploy.jsView file
14const { readFileSync, writeFileSync, existsSync } = require('fs'); L15: const { execSync } = require('child_process'); L16: const readline = require('readline');
High
Child Process

Package source references child process execution.

template/scripts/deploy.jsView on unpkg · L14
lib/scaffold.jsView file
344// funding 안내가 뜨면 신입이 불필요하게 놀라므로 억제한다(별도로 안내·문서화함). L345: execSync('npm install --no-audit --no-fund', { cwd: targetDir, stdio: 'inherit' }); L346: return true;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

lib/scaffold.jsView on unpkg · L344

Findings

3 High1 Medium3 Low
HighChild Processtemplate/scripts/deploy.js
HighShell
HighRuntime Package Installlib/scaffold.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings