npm analyzed 0.2.69

@iola_adm/iola-cli

v0.2.69
npm

CLI и AI-агент городского округа Йошкар-Ола.

maintainer
iola_adm
license
MIT
first seen
2026-06-02
last seen
2026-06-14
releases · 30d
181
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities0 tools
transport stdio · http counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signalsnpm-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed v0.2.69 · analyzer v17 · 1d ago

skills & prompt files 12

danger signals1

  • dynamic code executionnew Function()package/src/cli.js:20027const value = await page.evaluate(new Function("return (" + params.script + ")"));
code evidencev0.2.69 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 2

  • fs package/bin/postinstall.js :4 import { copyFileSync, existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
  • fs package/src/cli.js :2 import { createWriteStream, existsSync, mkdirSync, readFileSync, readdirSync } from "node:fs";

shell / exec 2

  • shell package/bin/postinstall.js :2 import { spawn } from "node:child_process";
  • shell package/src/cli.js :1 import { execFile, spawn } from "node:child_process";

network 2

  • net package/bin/postinstall.js :146 const response = await fetch(url, { signal: controller.signal });
  • net package/src/cli.js :3 import { createServer } from "node:http";

secrets 1

  • secrets package/src/cli.js :1174 const openai = Boolean(process.env.OPENAI_API_KEY || secrets.openai?.apiKey);

install hooks 1

  • postinstall package/package.json :19 node --no-warnings bin/postinstall.js

declared dependencies 1

  • qrcode@^1.5.4