MCP server · trust report

io.github.xiaojiou176-open/openvibecoding-readonly

1 check that ran failed — permission scope — so this release can’t be trusted as-is.

Publisher
io.github.xiaojiou176-open
Repository
github.com/xiaojiou176-open/OpenVibeCoding
Install
pypi:openvibecoding-orchestrator
Versions
1
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.

6 checks1 clean3 flagged2 not inspected
  • Injection surface

    unscannable25% of grade

    Tool 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

    pass25% of grade

    Package provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.

    repository linkage verified

  • Credential hygiene

    warn15% of grade

    How the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.

    tests/test_provider_resolution_gemini_only.py: assigns a literal to api_key (swit…al (len 16)) — non-provider secret literal; prefer environment intake. tests/test_runner_helpers_coverage_f1.py: assigns a literal to password (shou…st (len 18)) — non-provider secret literal; prefer environment intake. tests/test_runner_helpers_coverage_f1.py: assigns a literal to secret (shou…st (len 18)) — non-provider secret literal; prefer environment intake. tests/test_runner_helpers_coverage_f1.py: assigns a literal to token (shou…st (len 18)) — non-provider secret literal; prefer environment intake. Reads secrets from the environment (e.g. src/openvibecoding_orch/api/pm_session_aggregation.py) — the recommended intake shape.

  • Permission scope

    fail15% of grade

    Declared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.

    HIGH: shell/exec capability AND network egress together — download-and-execute risk (src/openvibecoding_orch/chain/runner_execution_helpers.py: subprocess.* call; src/openvibecoding_orch/runners/provider_resolution.py: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (src/openvibecoding_orch/chain/runner_execution_helpers.py: subprocess.* call; src/openvibecoding_orch/api/main_runs_handlers.py: recursive glob ('**') from a broad root). discloses shell/exec capability: src/openvibecoding_orch/chain/runner_execution_helpers.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/cli.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/cli_runtime_helpers.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/gates/diff_gate.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/gates/reviewer_gate.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/gates/tests_gate.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/planning/coverage_chain.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/replay/replay_helpers.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/reviewer/reviewer.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/runners/app_server_runner.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/runners/codex_runner.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/runners/mcp_adapter_runtime.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/runtime/space_governance.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/scheduler/artifact_pipeline.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/scheduler/rollback_pipeline.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/scheduler/runtime_utils.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/scheduler/test_wave_b1_security.py: subprocess.* call discloses shell/exec capability: src/openvibecoding_orch/worktrees/manager.py: subprocess.* call discloses shell/exec capability: tests/test_api_main_branch_matrix_extra.py: subprocess.* call discloses shell/exec capability: tests/test_api_role_config.py: subprocess.* call discloses shell/exec capability: tests/test_bench_e2e_speed_gate.py: subprocess.* call discloses shell/exec capability: tests/test_build_governance_closeout_report.py: subprocess.* call discloses shell/exec capability: tests/test_chain_context_policy.py: subprocess.* call discloses shell/exec capability: tests/test_chain_runner.py: subprocess.* call discloses shell/exec capability: tests/test_chain_runner_dependency_artifacts.py: subprocess.* call discloses shell/exec capability: tests/test_chain_runner_fanin_summary.py: subprocess.* call discloses shell/exec capability: tests/test_ci_current_run_report_contracts.py: subprocess.* call discloses shell/exec capability: tests/test_ci_governance_policy_extended.py: subprocess.* call discloses shell/exec capability: tests/test_cli_commands.py: subprocess.* call discloses shell/exec capability: tests/test_codex_jsonl_provider_codex.py: subprocess.* call discloses shell/exec capability: tests/test_coverage_boost_deep_contract_and_tools.py: subprocess.* call discloses shell/exec capability: tests/test_coverage_boost_misc.py: subprocess.* call discloses shell/exec capability: tests/test_diff_gate.py: subprocess.* call discloses shell/exec capability: tests/test_diff_gate_extended.py: subprocess.* call discloses shell/exec capability: tests/test_fix_loop_integration.py: subprocess.* call discloses shell/exec capability: tests/test_gates.py: subprocess.* call discloses shell/exec capability: tests/test_integration.py: subprocess.* call discloses shell/exec capability: tests/test_mcp_readonly_server.py: subprocess.* call discloses shell/exec capability: tests/test_replayer_additional.py: subprocess.* call discloses shell/exec capability: tests/test_replayer_helper_matrix_extra.py: subprocess.* call discloses shell/exec capability: tests/test_replayer_strict_branches.py: subprocess.* call discloses shell/exec capability: tests/test_reviewer_gate_extended.py: subprocess.* call discloses shell/exec capability: tests/test_reviewer_gate_snapshot.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_branch_matrix_extra.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_coverage_extra.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_early_failure_paths_extra.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_failures.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_helpers_extra.py: subprocess.* call discloses shell/exec capability: tests/test_scheduler_paths.py: subprocess.* call discloses shell/exec capability: tests/test_search_role_gate.py: subprocess.* call discloses shell/exec capability: tests/test_space_governance.py: subprocess.* call discloses shell/exec capability: tests/test_tests_gate_mutation_regressions.py: subprocess.* call discloses shell/exec capability: tests/test_tool_pipeline_integration.py: subprocess.* call discloses shell/exec capability: tests/test_ui_full_e2e_strict_gate.py: subprocess.* call discloses shell/exec capability: tests/test_upstream_same_run_cohesion_report.py: subprocess.* call discloses shell/exec capability: tests/test_verify_upstream_slices.py: subprocess.* call discloses shell/exec capability: tests/test_worktree_lock.py: subprocess.* call discloses shell/exec capability: tests/test_worktree_manager_extended.py: subprocess.* call discloses dynamic code execution: tests/test_cli_helpers_extra.py: uses eval/exec/__import__ discloses dynamic code execution: tests/test_tests_gate_extended.py: uses eval/exec/__import__ discloses broad/destructive filesystem access: src/openvibecoding_orch/api/main_runs_handlers.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: src/openvibecoding_orch/contract/validator.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/openvibecoding_orch/locks/locker.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/openvibecoding_orch/observability/logger.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/openvibecoding_orch/replay/replay_helpers.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: src/openvibecoding_orch/scheduler/evidence_pipeline.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: src/openvibecoding_orch/scheduler/test_pipeline.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/openvibecoding_orch/scheduler/test_test_pipeline_security.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: src/openvibecoding_orch/store/run_store_primitives.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/openvibecoding_orch/store/test_run_store_security.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_api_main.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_api_main_coverage_extra.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_coverage_boost_deep_contract_and_tools.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_coverage_round4_runtime_reviewer_modules.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_coverage_sprint_g_small_fat_helpers.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_frontdoor_contract_gate.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_locker_extended.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_run_store_helpers.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_scheduler_artifact_pipeline_new.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_security_wave_zero_coverage_modules.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_storefront_proof_assets_gate.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_validator_and_compiler.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_validator_coverage_sprint.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tests/test_workflow_runner_governance.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) 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 grade

    Diff 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.xiaojiou176-open/[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

    warn10% of grade

    Remote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.

    manifest/source references heartbeat 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.

VersionPublishedGradeScoreInspectedChange
v0.1.0a4 · current2026-04-20 C72.54/6 · 65%