github Python analyzed 5c8ee06

gaelic-ghost/socket

github

The Source for macOS Agent Workflows

maintainer
gaelic-ghost
license
Apache-2.0
first seen
2026-06-04
last seen
2026-08-01
releases · 30d
57
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
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 5c8ee06 · analyzer v28 · 13h ago

skills & prompt files 194

code evidence vv9.29.0 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 290

filesystem 8

  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/evals/run_local.py :8 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/agent.py :3 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/audit.py :6 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/cli.py :7 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/plan.py :5 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/proposal.py :4 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/.agents/socket-steward/src/socket_steward/workflow.py :5 from pathlib import Path
  • fs gaelic-ghost-socket-5c8ee06/plugins/cardhop-app/mcp/app/tools.py :4 import shutil

shell / exec 4

  • shell gaelic-ghost-socket-5c8ee06/plugins/cardhop-app/mcp/app/tools.py :5 import subprocess
  • shell gaelic-ghost-socket-5c8ee06/plugins/things-app/mcp/app/applescript_client.py :3 import subprocess
  • shell gaelic-ghost-socket-5c8ee06/plugins/things-app/mcp/app/things_client.py :4 import subprocess
  • shell gaelic-ghost-socket-5c8ee06/plugins/things-app/mcp/app/token_store.py :3 import subprocess

network 2

  • net gaelic-ghost-socket-5c8ee06/plugins/cardhop-app/mcp/app/tools.py :8 from urllib.parse import quote
  • net gaelic-ghost-socket-5c8ee06/plugins/things-app/mcp/app/things_client.py :9 from urllib.parse import parse_qs, parse_qsl, urlencode, urlparse

secrets 2

  • secrets gaelic-ghost-socket-5c8ee06/.agents/socket-steward/evals/run_local.py :99 if not os.environ.get("OPENAI_API_KEY"):
  • secrets gaelic-ghost-socket-5c8ee06/plugins/things-app/mcp/app/tools.py :471 has_env = bool(os.getenv("THINGS_AUTH_TOKEN"))