github TypeScript analyzed ac32b55

smixs/iva-plugins

github

The default Marketplace of Iva: plugins in the Agent Plugins format - trace viewer, hello demo

maintainer
smixs
licence
first seen
2026-08-17
last seen
2026-08-18
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

No tools enumerated yet for this server.

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

analyzed commit ac32b55 · analyzer v33 · 1d ago

skills & prompt files 2

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 10

filesystem 7

  • fs (weak) smixs-iva-plugins-ac32b55/hello/test/build.test.ts :13 import { cpSync, existsSync, mkdtempSync, readFileSync, rmSync, symlinkSync } from "node:fs";
  • fs smixs-iva-plugins-ac32b55/trace/sh.iva/services/viewer/server.ts :8 import { readFileSync, statSync } from "node:fs";
  • fs smixs-iva-plugins-ac32b55/trace/sh.iva/services/viewer/store.ts :5 import { readdirSync, readFileSync, statSync, openSync, readSync, closeSync } from "node:fs";
  • fs (weak) smixs-iva-plugins-ac32b55/trace/test/fixture.ts :12 import { mkdirSync, writeFileSync } from "node:fs";
  • fs (weak) smixs-iva-plugins-ac32b55/trace/test/journal.test.ts :6 import { mkdtempSync, rmSync, appendFileSync } from "node:fs";
  • fs (weak) smixs-iva-plugins-ac32b55/trace/test/server.test.ts :6 import { mkdtempSync, rmSync, appendFileSync, readdirSync, statSync } from "node:fs";
  • fs (weak) smixs-iva-plugins-ac32b55/trace/test/store.test.ts :17 } from "node:fs";

shell / exec 1

  • shell (weak) smixs-iva-plugins-ac32b55/hello/test/build.test.ts :12 import { execFileSync } from "node:child_process";

network 2

  • net smixs-iva-plugins-ac32b55/trace/sh.iva/services/viewer/server.ts :7 import { createServer, type IncomingMessage, type ServerResponse } from "node:http";
  • net (weak) smixs-iva-plugins-ac32b55/trace/test/server.test.ts :9 import { get } from "node:http";