registry  /  @amigo-ai/platform-sdk  /  0.91.0

@amigo-ai/platform-sdk@0.91.0

Official TypeScript SDK for the Amigo Platform API

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessDynamicRequireFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 66 file(s), 690 KB of source, external domains: api.platform.amigo.ai

Source & flagged code

2 flagged · loading source
dist/resources/fhir.jsView file
24/** Trigger a FHIR import (full or partial, depending on request) */ L25: async import(body) { L26: return extractData(await this.client.POST('/v1/{workspace_id}/fhir/import', {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/resources/fhir.jsView on unpkg · L24
dist/index.cjsView file
53RateLimitError: () => RateLimitError, L54: ReconnectingWebSocketError: () => ReconnectingWebSocketError, L55: RefreshTokenExpiredError: () => RefreshTokenExpiredError, ... L95: isServerError: () => isServerError, L96: isUnparseableErrorBody: () => isUnparseableErrorBody, L97: isValidationError: () => isValidationError, ... L272: try { L273: rawBody = await response.text(); L274: } catch { ... L2521: * for await (const event of client.conversations.streamTurn(convId, { message: "Hello" })) { L2522: * if (event.event === "token") process.stdout.write(event.text); L2523: * else if (event.event === "done") break;
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/index.cjsView on unpkg · L53

Findings

1 High2 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/index.cjs
MediumDynamic Requiredist/resources/fhir.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings