registry  /  @event4u/agent-config  /  8.10.0

@event4u/agent-config@8.10.0

⚠ Under review

Universal AI Agent OS — audited skills, governance rules, commands, and templates for AI coding tools (Claude Code, Cursor, Windsurf, Copilot).

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 18 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
High-risk behavior combination matched malicious policy.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedObfuscatedTelemetryUrlStrings
ManifestNo manifest risk signals triggered.
scanned 849 file(s), 11.5 MB of source, external domains: 127.0.0.1, api.anthropic.com, api.github.com, api.npmjs.org, api.openai.com, api.perplexity.ai, api.x.ai, docs.anthropic.com, generativelanguage.googleapis.com, github.com, json-schema.org, json.schemastore.org, raw.githubusercontent.com, registry.npmjs.org, www.w3.org

Source & flagged code

7 flagged · loading source
dist/install/install.mjsView file
7366// src/scripts/install.ts L7367: import { spawn, spawnSync as spawnSync2 } from "node:child_process"; L7368: import * as crypto2 from "node:crypto";
High
Child Process

Package source references child process execution.

dist/install/install.mjsView on unpkg · L7366
dist/agent-src/scripts/update_roadmap_progress.tsView file
309CHECKBOX_RE.lastIndex = 0; L310: let m: RegExpExecArray | null; L311: while ((m = CHECKBOX_RE.exec(text)) !== null) {
High
Shell

Package source references shell execution.

dist/agent-src/scripts/update_roadmap_progress.tsView on unpkg · L309
dist/agent-src/templates/scripts/work_engine/_lib/agent_settings.tsView file
952// eslint-disable-next-line @typescript-eslint/no-require-imports L953: YAML = require('yaml') as typeof YamlModule; L954: } catch {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/agent-src/templates/scripts/work_engine/_lib/agent_settings.tsView on unpkg · L952
src/scripts/second_brain_retrieval.tsView file
203contains invisible/control Unicode U+200B (zero width space) if (!/[<U+200B>-<U+200F><U+202A>-<U+202E><U+2066>-<U+2069>]/u.test(clean)) poisonedNeutralized += 1;
Critical
Trojan Source Unicode

Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.

src/scripts/second_brain_retrieval.tsView on unpkg · L203
dist/agent-src/scripts/archive_completed_roadmaps.tsView file
375} L376: spawnSync('npx', ['tsx', script], { cwd: root, encoding: 'utf-8' }); L377: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/agent-src/scripts/archive_completed_roadmaps.tsView on unpkg · L375
src/scripts/smoke/router.shView file
path = src/scripts/smoke/router.sh kind = build_helper sizeBytes = 5721 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

src/scripts/smoke/router.shView on unpkg
dist/server/routes/wizard.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @event4u/agent-config@8.4.1 matchedIdentity = npm:QGV2ZW50NHUvYWdlbnQtY29uZmln:8.4.1 similarity = 0.825 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/server/routes/wizard.jsView on unpkg

Findings

2 Critical3 High5 Medium8 Low
CriticalTrojan Source Unicodesrc/scripts/second_brain_retrieval.ts
CriticalPrevious Version Dangerous Deltadist/server/routes/wizard.js
HighChild Processdist/install/install.mjs
HighShelldist/agent-src/scripts/update_roadmap_progress.ts
HighRuntime Package Installdist/agent-src/scripts/archive_completed_roadmaps.ts
MediumDynamic Requiredist/agent-src/templates/scripts/work_engine/_lib/agent_settings.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpersrc/scripts/smoke/router.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEval
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings