registry  /  @ts-cloud/core  /  0.5.34

@ts-cloud/core@0.5.34

Core CloudFormation generation library for ts-cloud

Static Scan Results

scanned 12d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 1.38 MB of source, external domains: 127.0.0.1, awscli.amazonaws.com, bun.sh, caddyserver.com, cloudfront.amazonaws.com, dl.cloudsmith.io, github.com, nodejs.org, raw.githubusercontent.com, rpms.remirepo.net, sqs.us-east-1.amazonaws.com

Source & flagged code

4 flagged · loading source
dist/index.jsView file
28540patternName = aws_access_key severity = critical line = 28540 matchedText = accessKe...LE",
Critical
Critical Secret

Package contains a critical-looking secret pattern.

dist/index.jsView on unpkg · L28540
28540patternName = aws_access_key severity = critical line = 28540 matchedText = accessKe...LE",
Critical
Secret Pattern

AWS access key ID in dist/index.js

dist/index.jsView on unpkg · L28540
16var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res); L17: var __require = /* @__PURE__ */ createRequire(import.meta.url); L18:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L16
180headers, L181: body: body || undefined L182: }; ... L467: function encodeRfc3986(str) { L468: return encodeURIComponent(str).replace(/[!'()*]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`); L469: } ... L567: try { L568: const response = await fetch(signedRequest.url, fetchOptions); L569: clearTimeout(timeoutId); ... L760: public: true, L761: private: true, L762: presence: true
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/index.jsView on unpkg · L180

Findings

2 Critical5 Medium5 Low
CriticalCritical Secretdist/index.js
CriticalSecret Patterndist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings