MCP server · trust report

io.github.context-foundry/context-foundry

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

Publisher
io.github.context-foundry
Repository
github.com/context-foundry/context-foundry
Install
pypi:context-foundry
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 checks2 clean2 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.

    Python build script has no build-time network/exec; repository linkage verified

  • Credential hygiene

    pass15% of grade

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

    Reads secrets from the environment (e.g. context_foundry/daemon/config.py) — the recommended intake shape. PASS = no static red flag; static analysis cannot prove the code honors env-based secret handling at runtime.

  • 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 (context_foundry/daemon/cli.py: subprocess.* call; tools/discord_notify.py: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (context_foundry/daemon/cli.py: subprocess.* call; context_foundry/daemon/config.py: open(…, 'w'/'a'/'x') write-mode file access). discloses shell/exec capability: context_foundry/daemon/cli.py: subprocess.* call discloses shell/exec capability: context_foundry/daemon/runner.py: subprocess.* call discloses shell/exec capability: extensions/flowise/tests/test_bootstrap_integration.py: subprocess.* call discloses shell/exec capability: tests/test_use_baml_cli.py: subprocess.* call discloses shell/exec capability: tools/back_pressure/integration_pre_check.py: subprocess.* call discloses shell/exec capability: tools/back_pressure/validate_tech_stack.py: subprocess.* call discloses shell/exec capability: tools/baml_integration.py: subprocess.* call discloses shell/exec capability: tools/evolution/agents/scout_agent.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: tools/evolution/agents/scout_agent.py: os.system/os.popen/os.exec* call discloses shell/exec capability: tools/evolution/backlog_generator.py: subprocess.* call discloses shell/exec capability: tools/evolution/command_server.py: subprocess.* call discloses shell/exec capability: tools/evolution/communication/web_dashboard_server.py: subprocess.* call discloses shell/exec capability: tools/evolution/daemon.py: subprocess.* call discloses shell/exec capability: tools/evolution/modes/self_improvement.py: subprocess.* call discloses shell/exec capability: tools/evolution/sandboxes.py: subprocess.* call discloses shell/exec capability: tools/glass-pane/backend/api/builds.py: subprocess.* call discloses shell/exec capability: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/capture.py: os.system/os.popen/os.exec* call discloses shell/exec capability: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/pytester.py: subprocess.* call discloses dynamic code execution: tests/test_schedule_overnight.py: uses eval/exec/__import__ discloses dynamic code execution: tools/evolution/agents/scout_agent.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_distutils_hack/override.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/_code/code.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/_py/path.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/assertion/rewrite.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/config/__init__.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/debugging.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/mark/__init__.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/mark/expression.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/monkeypatch.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/outcomes.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/pytester.py: uses eval/exec/__import__ discloses dynamic code execution: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/skipping.py: uses eval/exec/__import__ discloses broad/destructive filesystem access: context_foundry/daemon/config.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: context_foundry/daemon/workdir_lock.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: context_foundry/storage/s3_client.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: extensions/flowise/mermaid_generator.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: extensions/flowise/tests/test_detector.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: extensions/roblox/detector.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: extensions/roblox/fix_studio_controllers.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_daemon_core.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_daemon_daemonization.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_e2e_metrics.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_evolution_e2e.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_health_check.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_mcp_server_comprehensive.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_mcp_server_helpers.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_metrics_db.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_pattern_system.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_s3_client.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_skills_manager.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_skills_manager.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_tui_provider.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_watchdog_safety.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/baml_client/baml_client/inlinedbaml.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/check_context_budget.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/config_manager.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/context_budget/report.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/evolution/agents/scout_agent.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: tools/evolution/communication/local_exchange.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/evolution/daemon.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/evolution/mission_control.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/evolution/safety.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/evolution/sandboxes.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/extract_patterns.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/glass-pane/backend/api/files.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/glass-pane/backend/tests/conftest.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/_py/path.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/_py/path.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/assertion/rewrite.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/assertion/truncate.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/cacheprovider.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/pathlib.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/pytester.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/pytester.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/_pytest/tmpdir.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/anthropic/_legacy_response.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tools/glass-pane/backend/venv/lib/python3.13/site-packages/anthropic/_response.py: open(…, 'w'/'a'/'x') write-mode 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 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.context-foundry/[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 tracking 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
v2.2.1 · current2025-11-25 B804/6 · 65%