registry  /  aiworkspace  /  0.3.0

aiworkspace@0.3.0

Set up and manage AI agent skills and configs for Cursor, Claude Code, Codex and more across multi-repo workspaces

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 9 file(s), 49.8 KB of source, external domains: github.com

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
bin/aiworkspace.mjsView file
13import { fileURLToPath } from "node:url"; L14: import { execFileSync } from "node:child_process"; L15:
High
Child Process

Package source references child process execution.

bin/aiworkspace.mjsView on unpkg · L13
scripts/lib.mjsView file
350stdio: "inherit", L351: ...(process.platform === "win32" ? { shell: true } : {}), L352: });
High
Shell

Package source references shell execution.

scripts/lib.mjsView on unpkg · L350
scripts/postinstall.mjsView file
24try { L25: spawnSync("npx", ["skills", "experimental_install"], { L26: cwd,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/postinstall.mjsView on unpkg · L24

Findings

4 High2 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/aiworkspace.mjs
HighShellscripts/lib.mjs
HighRuntime Package Installscripts/postinstall.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings