registry  /  @ureck/alexandria  /  0.5.1

@ureck/alexandria@0.5.1

Alexandria — bóveda de conocimiento local para agentes de IA (Claude Code, Cursor, OpenCode, Windsurf y más): captura automática, búsqueda semántica offline y grafo de conexiones estilo Obsidian. Ahorra tokens inyectando solo el contexto relevante.

Static Scan Results

scanned 3d 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 16 file(s), 111 KB of source, external domains: 127.0.0.1, nodejs.org, opencode.ai

Source & flagged code

2 flagged · loading source
dist/chunk-UTXUGXDB.jsView file
9import path from "path"; L10: import { spawn } from "child_process"; L11: function buildGraphData(idx) {
High
Child Process

Package source references child process execution.

dist/chunk-UTXUGXDB.jsView on unpkg · L9
dist/cli.jsView file
125try { L126: execFileSync("npx", ["--yes", "skills", "add", rec.skill, "--yes"], { L127: stdio: "pipe",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L125

Findings

3 High2 Medium4 Low
HighChild Processdist/chunk-UTXUGXDB.js
HighShell
HighRuntime Package Installdist/cli.js
MediumNetwork
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings