Comment.io CLI and local notification daemon
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 3
filesystem 2
- fs package/bin/comment.js :2
import { existsSync } from 'node:fs'; - fs package/bin/postinstall.js :4
import { existsSync } from 'node:fs';
shell / exec 2
- shell package/bin/comment.js :3
import { spawnSync } from 'node:child_process'; - shell package/bin/postinstall.js :3
import { spawnSync } from 'node:child_process';
install hooks 2
- prepack package/package.json :52
node ../../scripts/prepare-cli-package.mjs - postinstall package/package.json :53
node bin/postinstall.js