github Python analyzed eeea683

testery/claude-plugin

github

The Testery plugin for Claude Code: run tests fast and flake-free, gate deploys, and independently verify AI-written code.

maintainer
testery
licence
first seen
2026-06-17
last seen
2026-07-08
releases · 30d
0
short id

Drift inferred · capture-to-capture

  1. HIGH code analysis flagged hidden prompt content ×2 in testery/claude-plugin
  2. HIGH code analysis flagged hidden prompt content in testery/claude-plugin
  3. HIGH code analysis flagged hidden prompt content ×2 in testery/claude-plugin
  4. HIGH code analysis flagged hidden prompt content ×2 in testery/claude-plugin
capabilities 0 tools
transport 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 eeea683 · analyzer v33 · 2w ago

skills & prompt files 33

danger signals1

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

code files: 9

filesystem 3

  • fs (weak) testery-claude-plugin-eeea683/scripts/testery_guard_hook.py :14 import shutil
  • fs (weak) testery-claude-plugin-eeea683/scripts/testery_telemetry.py :21 from pathlib import Path
  • fs (weak) testery-claude-plugin-eeea683/skills/autofix-failed-test-run/bin/fetch_failures.py :27 from pathlib import Path

network 2

  • net (weak) testery-claude-plugin-eeea683/scripts/testery_telemetry.py :19 import urllib.request
  • net (weak) testery-claude-plugin-eeea683/skills/autofix-failed-test-run/bin/fetch_failures.py :25 import urllib.error

secrets 3

  • secrets (weak) testery-claude-plugin-eeea683/scripts/testery_guard_hook.py :61 if os.environ.get("TESTERY_API_TOKEN"):
  • secrets (weak) testery-claude-plugin-eeea683/scripts/testery_telemetry.py :90 'api_key': os.environ.get('TESTERY_POSTHOG_KEY') or DEFAULT_POSTHOG_KEY,
  • secrets (weak) testery-claude-plugin-eeea683/skills/autofix-failed-test-run/bin/fetch_failures.py :53 return os.environ.get("TESTERY_API_TOKEN")