npm analyzed 2.20.1

@oxis-dev/tessra

v2.20.1
npm

MCP server for AI coding tools and agents. Provides semantic codebase context for Cursor, Claude Code, Codex, Copilot, Antigravity, and CLI workflows without requiring full file uploads.

maintainer
oxis-core
license
UNLICENSED
first seen
2026-06-02
last seen
2026-06-02
releases · 30d
13
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.20.1 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 2

  • fs package/bin/tessra.js :8 const fs = require('fs');
  • fs package/scripts/postinstall.js :8 const fs = require('fs');

shell / exec 2

  • shell package/bin/tessra.js :6 const { spawnSync } = require('child_process');
  • shell package/scripts/postinstall.js :10 const { execFileSync } = require('child_process');

network 1

  • net package/scripts/postinstall.js :7 const https = require('https');

install hooks 1

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