github re-analysis due

gaelic-ghost/SpeakSwiftlyServer

github

Easy, Local, Custom TTS for macOS. Voice profiles, text processing, batch jobs, and first-class Codex integration via Socket Marketplace.

maintainer
gaelic-ghost
license
Apache-2.0
first seen
2026-06-04
last seen
2026-06-08
releases · 30d
9
short id

Drift inferred · capture-to-capture

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

capabilities 0 tools
transport stdio · 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
code evidence vv11.0.0 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 4

  • fs gaelic-ghost-SpeakSwiftlyServer-215f3f8/.codex/hooks/notify-dump.mjs :3 import { mkdir, appendFile } from "node:fs/promises";
  • fs gaelic-ghost-SpeakSwiftlyServer-215f3f8/hooks/stop-log.mjs :3 import { appendFile, mkdir } from "node:fs/promises";
  • fs gaelic-ghost-SpeakSwiftlyServer-215f3f8/hooks/stop-tts.mjs :3 import { mkdir, readFile, writeFile, appendFile, rm } from "node:fs/promises";
  • fs gaelic-ghost-SpeakSwiftlyServer-215f3f8/scripts/codex-hooks-doctor.mjs :3 import { readdir, readFile, stat } from "node:fs/promises";

network 2

  • net gaelic-ghost-SpeakSwiftlyServer-215f3f8/hooks/stop-tts.mjs :483 response = await fetch(liveSpeechEndpoint, {
  • net gaelic-ghost-SpeakSwiftlyServer-215f3f8/scripts/codex-hooks-doctor.mjs :392 const response = await fetch(url, { signal: controller.signal });