registry  /  arkaos  /  4.1.1

arkaos@4.1.1

The Operating System for AI Agent Teams

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 15 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
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 43 file(s), 232 KB of source, external domains: higgsfield.ai, nodejs.org, obsidian.md, ollama.com, python.org, www.apple.com, www.python.org

Source & flagged code

7 flagged · loading source
departments/dev/skills/env-secrets/SKILL.mdView file
31patternName = aws_access_key severity = critical line = 31 matchedText = | AWS Ac...E` |
Critical
Critical Secret

Package contains a critical-looking secret pattern.

departments/dev/skills/env-secrets/SKILL.mdView on unpkg · L31
31patternName = aws_access_key severity = critical line = 31 matchedText = | AWS Ac...E` |
Critical
Secret Pattern

AWS access key ID in departments/dev/skills/env-secrets/SKILL.md

departments/dev/skills/env-secrets/SKILL.mdView on unpkg · L31
installer/frontend-tooling.jsView file
17import { existsSync, readFileSync, writeFileSync, chmodSync } from "node:fs"; L18: import { execSync, spawnSync } from "node:child_process"; L19: import { createInterface } from "node:readline";
High
Child Process

Package source references child process execution.

installer/frontend-tooling.jsView on unpkg · L17
7// it lives only in ~/.arkaos/keys.json (chmod 600) + Claude user config. L8: // 2. Motion AI Kit (npx motion-ai) — auto-run on every install/update. L9: // 3. (ui-ux-pro-max plugin + marketplace is handled in claude-plugins.js.) ... L17: import { existsSync, readFileSync, writeFileSync, chmodSync } from "node:fs"; L18: import { execSync, spawnSync } from "node:child_process"; L19: import { createInterface } from "node:readline";
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

installer/frontend-tooling.jsView on unpkg · L7
installer/autostart.jsView file
89rem ArkaOS dashboard autostart (login). L90: powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -File "${ps1}" L91: `;
High
Shell

Package source references shell execution.

installer/autostart.jsView on unpkg · L89
13L14: import { execSync } from "node:child_process"; L15: import { existsSync, mkdirSync, rmSync, writeFileSync } from "node:fs"; ... L39: <array> L40: <string>/bin/bash</string> L41: <string>${startScript}</string> ... L116: export function enable({ repoRoot = defaultRepoRoot() } = {}) { L117: const unit = unitFor(process.platform, { repoRoot, home: homedir() }); L118: mkdirSync(dirname(unit.path), { recursive: true }); ... L121: if (unit.kind === "launchd") { L122: _silent(`launchctl unload "${unit.path}"`); L123: if (!_silent(`launchctl load -w "${unit.path}"`)) {
Medium
Install Persistence

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

installer/autostart.jsView on unpkg · L13
core/conclave/persistence.pyView file
path = core/conclave/persistence.py kind = build_helper sizeBytes = 1965 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

core/conclave/persistence.pyView on unpkg

Findings

2 Critical3 High5 Medium5 Low
CriticalCritical Secretdepartments/dev/skills/env-secrets/SKILL.md
CriticalSecret Patterndepartments/dev/skills/env-secrets/SKILL.md
HighChild Processinstaller/frontend-tooling.js
HighShellinstaller/autostart.js
HighRuntime Package Installinstaller/frontend-tooling.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistenceinstaller/autostart.js
MediumShips Build Helpercore/conclave/persistence.py
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings