npm analyzed 1.0.37

skillfish

v1.0.37
npm

All in one Skill manager for AI coding agents. Install, update, and sync Skills across Claude Code, Cursor, Copilot + more.

maintainer
itsgreyum
license
AGPL-3.0
first seen
2026-05-22
last seen
2026-06-17
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 v1.0.37 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 8

  • fs package/dist/commands/init.js :7 import { existsSync, mkdirSync, writeFileSync } from 'fs';
  • fs package/dist/commands/install.js :5 import { existsSync, rmSync, lstatSync } from 'fs';
  • fs package/dist/commands/remove.js :7 import { existsSync, rmSync } from 'fs';
  • fs package/dist/index.js :8 import { readFileSync } from 'fs';
  • fs package/dist/lib/agents.js :5 import { existsSync } from 'fs';
  • fs package/dist/lib/installer.js :5 import { existsSync, mkdirSync, cpSync, rmSync, lstatSync, readdirSync, renameSync } from 'fs';
  • fs package/dist/lib/manifest.js :5 import { existsSync, readFileSync, writeFileSync, renameSync, unlinkSync } from 'fs';
  • fs package/dist/lib/project-manifest.js :5 import { existsSync, readFileSync, writeFileSync, renameSync, unlinkSync } from 'fs';

shell / exec 2

  • shell package/dist/lib/auth.js :4 import { execFileSync } from 'child_process';
  • shell package/dist/telemetry.js :13 import { spawn } from 'child_process';

network 2

  • net package/dist/lib/http.js :38 const res = await fetch(url, {
  • net package/dist/telemetry-worker.js :22 await fetch(TELEMETRY_URL, {

secrets 1

  • secrets package/dist/lib/auth.js :23 const fromEnv = process.env.SKILLFISH_GITHUB_TOKEN?.trim() ||

declared dependencies 17

  • @clack/prompts@^0.11.0
  • commander@^14.0.2
  • giget@^3.1.1
  • picocolors@^1.1.1
  • update-notifier@^7.3.1
  • @eslint/js@^9.39.2
  • @types/node@^25.0.10
  • @types/update-notifier@^6.0.8
  • eslint@^9.39.2
  • eslint-config-prettier@^10.1.8
  • husky@^9.1.7
  • lint-staged@^16.2.7
  • prettier@^3.8.1
  • tsx@^4.21.0
  • typescript@^5.4.0
  • typescript-eslint@^8.53.1
  • vitest@^4.0.17