registry  /  ajaxspeaks  /  1.0.5

ajaxspeaks@1.0.5

96% token compression for AI tools. Distills your project into .mem files — works with Claude, Cline, Cursor, Copilot, Continue.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 12 file(s), 80.4 KB of source, external domains: github.com, open.spotify.com

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node ./src/_AJAXRULE.js --save
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node ./src/_AJAXRULE.js --save
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
src/_AJAXBEATS.jsView file
12L13: import { execSync } from 'child_process'; L14: ... L19: L20: const PLAYLIST_URL = 'https://open.spotify.[redacted]?si=26b565e3ab72411c'; L21: ... L43: try { L44: execSync(`echo "${PLAYLIST_URL}" | pbcopy`, { stdio: 'pipe' }); L45: console.log(` ${C.green}✓ URL copied to clipboard${C.reset}`); ... L54: // Default: open in browser L55: const platform = process.platform; L56: try {
High
Sandbox Evasion Gated Capability

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

src/_AJAXBEATS.jsView on unpkg · L12

Findings

2 High3 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitysrc/_AJAXBEATS.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings