registry  /  @ankhorage/studio  /  0.1.2

@ankhorage/studio@0.1.2

Studio authoring package for Ankhorage apps

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 93 file(s), 354 KB of source, external domains: 127.0.0.1

Source & flagged code

4 flagged · loading source
dist/host/layout/templates/auth/adapter.jsView file
1patternName = supabase_service_key severity = critical line = 1 matchedText = const DE...FY';
Critical
Critical Secret

Package contains a critical-looking secret pattern.

dist/host/layout/templates/auth/adapter.jsView on unpkg · L1
1patternName = supabase_service_key severity = critical line = 1 matchedText = const DE...FY';
Critical
Secret Pattern

Supabase service role key (JWT) in dist/host/layout/templates/auth/adapter.js

dist/host/layout/templates/auth/adapter.jsView on unpkg · L1
dist/host/modules/runtime/LocalFsTargetAdapter.jsView file
1import { execFile as execFileCb } from 'child_process'; L2: import { promises as fs } from 'fs';
High
Child Process

Package source references child process execution.

dist/host/modules/runtime/LocalFsTargetAdapter.jsView on unpkg · L1
dist/host/orchestrator/workspaceRuntime.jsView file
1import { spawn } from 'child_process'; L2: const BUN_INSTALL_SPAWN_TIMEOUT_MS = 30_000; ... L13: const spawnTimeout = setTimeout(() => { L14: rejectWithTimeout(`bun install did not start within ${BUN_INSTALL_SPAWN_TIMEOUT_MS}ms`); L15: }, BUN_INSTALL_SPAWN_TIMEOUT_MS);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/host/orchestrator/workspaceRuntime.jsView on unpkg · L1

Findings

2 Critical3 High3 Medium4 Low
CriticalCritical Secretdist/host/layout/templates/auth/adapter.js
CriticalSecret Patterndist/host/layout/templates/auth/adapter.js
HighChild Processdist/host/modules/runtime/LocalFsTargetAdapter.js
HighShell
HighRuntime Package Installdist/host/orchestrator/workspaceRuntime.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings