npm JavaScript analyzed 2.1.2

@emend-ai/utim

v2.1.2
npm

UTIM AI CLI – Universal Terminal Intelligence Manager. An agentic AI coding assistant for your terminal.

maintainer
emend__ai
licence
MIT
first seen
2026-07-06
last seen
2026-08-11
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 stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

code evidence v2.1.2 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 3

filesystem 2

  • fs package/bin/utim.js :12 const fs = require('fs');
  • fs (weak) package/scripts/postinstall.js :13 const fs = require('fs');

shell / exec 2

  • shell package/bin/utim.js :10 const { spawnSync, spawn } = require('child_process');
  • shell (weak) package/scripts/postinstall.js :11 const { spawnSync } = require('child_process');

install hooks 1

  • postinstall package/package.json :30 node scripts/postinstall.js