3 checks that ran failed — supply chain, permission scope and transport config — so this release can’t be trusted as-is.
- Publisher
- io.github.sipyourdrink-ltd
- Repository
- github.com/sipyourdrink-ltd/bernstein
- Install
- pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.4.3, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.4.4, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.5.0, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.6.0, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.7.0, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.8.0, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.8.1, pypi:bernstein, oci:ghcr.io/sipyourdrink-ltd/bernstein:3.8.2
- Versions
- 8
- Inspected
- 4 of 6 checks · 65%
- Scored
- 2026-07-20 · rubric 1.0.0
What we checked
Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.
Injection surface
unscannable25% of gradeTool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).
No tool descriptions, server instructions, prompts, or resources were fetched; nothing to scan for injection.
Supply chain
fail25% of gradePackage provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.
Python build script executes at build time: subprocess in build script, network call in build script
Credential hygiene
warn15% of gradeHow the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.
src/bernstein/adapters/claude.py: assigns a literal to SECRET (${BE…N} (len 47)) — non-provider secret literal; prefer environment intake. Reads secrets from the environment (e.g. examples/plugins/custom_router_plugin.py) — the recommended intake shape.
Permission scope
fail15% of gradeDeclared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.
HIGH: src/bernstein/adapters/claude_mcp_loader.py: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: src/bernstein/adapters/cursor.py: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: src/bernstein/adapters/use_cases.py: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: src/bernstein/cli/commands/remote_cmd.py: references a sensitive credential path (/.ssh/) — the tool-poisoning exfiltration target. HIGH: src/bernstein/cli/commands/stop_cmd.py: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: src/bernstein/core/agents/agent_discovery.py: references a sensitive credential path (/.cursor/) — the tool-poisoning exfiltration target. HIGH: shell/exec capability AND network egress together — download-and-execute risk (benchmarks/bench_orchestrator.py: subprocess.* call; examples/plugins/discord_notifier.py: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (benchmarks/bench_orchestrator.py: subprocess.* call; benchmarks/bench_orchestrator.py: destructive filesystem call (shutil.rmtree/os.remove/etc.)). discloses shell/exec capability: benchmarks/bench_orchestrator.py: subprocess.* call discloses shell/exec capability: benchmarks/bench_startup.py: subprocess.* call discloses shell/exec capability: benchmarks/run_benchmark.py: subprocess.* call discloses shell/exec capability: benchmarks/swe_bench/harness.py: subprocess.* call discloses shell/exec capability: examples/plugins/adapter_plugin.py: subprocess.* call discloses shell/exec capability: examples/plugins/quality_gate_plugin.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: examples/plugins/custom-adapter/src/custom_adapter/_adapter.py: subprocess.* call discloses shell/exec capability: packaging/npm/index.js: imports child_process and calls exec/spawn discloses shell/exec capability: packaging/npm/install.js: imports child_process and calls exec/spawn discloses shell/exec capability: src/bernstein/adapters/_contract.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/acp_channel.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/agy.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/aichat.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/aider.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/amp.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/auggie.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/autohand.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/canary.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/capability_profile.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: src/bernstein/adapters/charm.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/claude.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/cline.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/clm.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/cloudflare_agents.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/codebuff.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/codex.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/cody.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/composio.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/computer_use.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/conformance.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/continue_dev.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/copilot.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/cursor.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/devin_terminal.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/droid.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/env_isolation.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/forge.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/gemini.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/generic.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/goose.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/gptme.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/hermes.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/iac.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/junie.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/kilo.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/kimi.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/kiro.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/letta_code.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/manager.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/mistral.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/mock.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/ollama.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/open_interpreter.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/openai_agents.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/openai_agents_builtins.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/opencode.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/openhands.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/pi.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/plandex.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/q_dev.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/qwen.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/ralphex.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/report.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/rovo.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/security_floor.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/skills_injector.py: subprocess.* call discloses shell/exec capability: src/bernstein/adapters/ci/github_actions.py: subprocess.* call discloses shell/exec capability: src/bernstein/agents/agency_provider.py: subprocess.* call discloses shell/exec capability: src/bernstein/benchmark/comparative.py: subprocess.* call discloses shell/exec capability: src/bernstein/benchmark/programbench.py: subprocess.* call discloses shell/exec capability: src/bernstein/benchmark/swe_bench.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commit_stats.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/dashboard_app.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/debug_bundle.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/run_bootstrap.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/run_bootstrap.py: os.system/os.popen/os.exec* call discloses shell/exec capability: src/bernstein/cli/commands/audit_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/autofix_cmd.py: os.system/os.popen/os.exec* call discloses shell/exec capability: src/bernstein/cli/commands/checkpoint_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/diff_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/doctor_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/playground.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/pr_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/remote_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/self_update_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/stop_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/ticket_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/trend_scan_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/undo_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/voice_cmd.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: src/bernstein/cli/commands/watch_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/commands/wrap_up_cmd.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/display/compare_screen.py: subprocess.* call discloses shell/exec capability: src/bernstein/cli/display/splash_screen.py: subprocess.* call discloses shell/exec capability: src/bernstein/core/agents/agent_discovery.py: subprocess.* call discloses dynamic code execution: benchmarks/swe_bench/run.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/adapters/claude_wrapper_script.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/benchmark/programbench.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/cli/commands/eval_benchmark_cmd.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/cli/commands/remote_cmd.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/cli/commands/sandbox_cmd.py: uses eval/exec/__import__ discloses dynamic code execution: src/bernstein/cli/commands/schedule_cmd.py: uses eval/exec/__import__ discloses broad/destructive filesystem access: benchmarks/bench_orchestrator.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: benchmarks/bench_quality_gates.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: benchmarks/bench_startup.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: benchmarks/bench_task_store.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: examples/plugins/adapter_plugin.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: packages/vscode/src/__tests__/DashboardProvider.test.ts: path traversal ('../') combined with file access discloses broad/destructive filesystem access: sdk/python/src/bernstein_sdk/adapters/slack.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: sdk/typescript/src/adapters/jira.ts: path traversal ('../') combined with file access discloses broad/destructive filesystem access: sdk/typescript/src/adapters/linear.ts: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/bernstein/adapters/acp_channel.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/agy.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/aichat.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/aider.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/amp.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/auggie.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/autohand.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/caching_adapter.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/capability_profile.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/charm.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/claude.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/claude_wrapper_script.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/cline.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/clm.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/cloudflare_agents.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/codebuff.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/codex.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/cody.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/composio.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/computer_use.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/conformance.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/continue_dev.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/copilot.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/cursor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/devin_terminal.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/droid.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/forge.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/gemini.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/generic.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/goose.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/gptme.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/hermes.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/iac.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/junie.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/kilo.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/kimi.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/kiro.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/letta_code.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/manager.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/mistral.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/mock.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/ollama.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/open_interpreter.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/openai_agents.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/opencode.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/openhands.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/pi.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/plandex.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/q_dev.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/qwen.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/ralphex.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/rovo.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/adapters/skills_injector.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/bernstein/agents/agency_provider.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/run_confirm.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: src/bernstein/cli/commands/_lineage_v1_helpers.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/cli/commands/adapter_cmd.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/commands/chaos_cmd.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/bernstein/cli/commands/cluster_cmd.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/commands/compaction_cmd.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/bernstein/cli/commands/interop_cmd.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/commands/playground.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/commands/quickstart_cmd.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/cli/commands/quickstart_cmd.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: src/bernstein/cli/commands/stop_cmd.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/bernstein/core/instrumentation.py: path traversal ('../') combined with file access Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.
Version behavior
unscannable10% of gradeDiff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).
no prior version to diff (first sight of io.github.sipyourdrink-ltd/[email protected]); version-drift / rug-pull cannot be evaluated. Cold-start risk is covered by point-in-time checks (injection_surface, supply_chain, credential_hygiene), not here.
Transport config
fail10% of gradeRemote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.
source performs runtime self-update / download-and-execute (bypasses version_behavior); sends telemetry to third-party SDK (amplitude) — disclosure, verify opt-in; manifest/source references telemetry behavior — disclosure
Version history
Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.
| Version | Published | Grade | Score | Inspected | Change |
|---|---|---|---|---|---|
| v3.8.2 · current | 2026-07-20 | D | 42.5 | 4/6 · 65% | C→D in v3.8.2 |
| v3.7.0 | 2026-07-17 | C | 70 | 4/6 · 65% | — |