CanopiiCanopiiAll serversEnterprise →
serac-labs/serac

serac-labs/serac vmain@f87e520

Security Trust Score
Grade F · Serious issues
Tier 1 · Public sourceHigh confidence · 89%
Declared MCP capabilities
ResourcesPrompts

This server scored F. Run it behind runtime policy enforcement so one bad tool call can't become an incident.

1 issue capping this score
  • criticalNo command-injection sinks31 occurrences
Reputation78stars24forks14open issuestodaylast commit1yage

Security controls

Deterministic, evidence-backed. Score earned from passing controls; a failed guard caps it.

Model–MCP Runtime Guardrails

  • Warn
    Strict JSON Schema Enforcementschemas not strict

    Tool inputs are constrained (additionalProperties:false), so unexpected arguments can't be smuggled in.

    Fix: Set additionalProperties:false and require explicit parameters on every tool.

  • Pass
    Indirect Prompt Injection (IPI) Defensesguardno injection markers

    Tool/prompt/resource text is free of hidden instructions that could hijack the agent.

  • Pass
    User-in-the-Loop / Approval Scopeguardno destructive tool scope

    No over-broad or destructive tools (arbitrary shell, bulk-delete) that warrant human approval.

  • N/A
    Tool Definition Integrityguardno prior version to diff

    Every consecutive version pair is diffed for new injection markers or destructive scope — a risky diff anywhere in history is a rug-pull (fail, durable); benign description drift warns.

Application Security Checks

  • Fail
    No command-injection sinksguard31 occurrences

    Untrusted tool input reaching a shell yields remote code execution. How many servers fail this?

    packages/servicenow-mcp/src/servicenow-mcp-unified/tools/automation/snow_execute_script.ts:189packages/servicenow-mcp/src/servicenow-mcp-unified/tools/blast-radius/shared/script-analyzer.ts:131packages/servicenow-mcp/src/servicenow-mcp-unified/tools/blast-radius/shared/script-analyzer.ts:140packages/servicenow-mcp/src/servicenow-mcp-unified/tools/blast-radius/shared/script-analyzer.ts:149

    Fix: Never pass tool arguments to a shell; use argv arrays with shell disabled.

  • Warn
    No path traversalguard79 occurrences

    Naive path checks let tools read/write outside intended directories (EscapeRoute-class).

    packages/servicenow-mcp/script/__tests__/published-manifests.test.ts:73packages/servicenow-mcp/script/__tests__/published-manifests.test.ts:94packages/servicenow-mcp/script/build-for-publish.ts:91packages/servicenow-mcp/script/check-registry-manifest.ts:78

    Fix: Resolve to a canonical path and verify containment; reject ../ and symlinks.

  • Warn
    No SSRF sinksguard11 occurrences

    Fetching tool-supplied URLs can pivot into internal networks and metadata services.

    packages/servicenow-mcp/script/probe-sn-roles/sn.ts:53packages/servicenow-mcp/script/probe-sn-roles/sn.ts:98packages/servicenow-mcp/src/servicenow-mcp-unified/shared/auth.ts:516packages/servicenow-mcp/src/servicenow-mcp-unified/shared/auth.ts:577

    Fix: Allow-list destinations; reject arbitrary/loopback/link-local URLs.

  • Warn
    Dependencies pinned (lockfile)no lockfile found

    A lockfile makes installs reproducible and resistant to silent dependency swaps.

    Fix: Commit a lockfile (package-lock.json / pnpm-lock.yaml / poetry.lock).

  • Pass
    No dynamic code executionguardno sinks found

    eval()/exec()/Function() on tool-derived strings allows arbitrary code execution.

  • Pass
    No unsafe deserializationguardno sinks found

    pickle/yaml.load/etc. on untrusted data can execute code.

  • Pass
    No committed secretsguardno secrets found

    Hardcoded keys/tokens in published source are live credentials an attacker can use.

  • Pass
    Credentials sourced from environmentreads credentials from environment

    Reading secrets from env/secret stores avoids hardcoding them.

  • Pass
    Actively maintainedrecent commits

    Unmaintained servers don't receive security fixes.

  • Pass
    Repository not archivedguardactive

    Archived repositories will never be patched.

  • Pass
    Declares a licenseApache-2.0

    A clear license is required for legal enterprise use.

  • Pass
    Has a security policySECURITY.md present

    A SECURITY.md gives a private path to report vulnerabilities.

  • Pass
    Adoption & popularityestablished adoption

    A small, capped nudge from stars/downloads — widely-used servers get more eyes on bugs. It can never offset a real security failure.

  • Not checked
    No known-vulnerable dependenciesno lockfile found

    Runtime dependencies (parsed from the lockfile) are scanned against OSV.dev for published CVEs. Advisory: flagged dependencies lower the score but don't hard-cap it, since transitive reachability is unproven.

  • Not checked
    Signed releasesnot evaluated

    Signed releases let consumers verify artifacts weren't tampered with.

  • N/A
    No install/post-install scriptsguardno published package

    install hooks run arbitrary code on every consumer at install time.

  • N/A
    Package name not typosquattingguardno published package

    Names mimicking popular packages are a common malware delivery vector.

  • N/A
    Published with provenanceno published package

    Build provenance attests the artifact was built from the claimed source by CI.

  • N/A
    Established maintainerno published package

    Brand-new / single anonymous maintainers raise takeover and malware risk.

Transport & Trust Model

  • Warn
    Execution Sandboxingruns natively (no container image)

    A container/sandbox image limits blast radius; a server that runs natively has full host access.

    Fix: Ship a Dockerfile/Containerfile (or document a sandboxed run) so the server runs isolated.

  • Pass
    Network Exposureno bind-all detected

    Binding 0.0.0.0 or exposing debug inspectors widens the attack surface.

  • N/A
    Transport Encryption (TLS)guardno remote endpoints

    Plaintext HTTP exposes traffic and bearer tokens to interception.

  • N/A
    IAM / Authentication Scopingno remote endpoints

    OAuth 2.1 / Protected Resource Metadata gates who can invoke tools.

  • N/A
    Live Endpoint Reachablenot dynamically scanned

    A dynamic scan connected to the declared remote endpoint and it responded — verified live, not a dead URL.

  • N/A
    Authentication Enforced (live)not dynamically scanned

    If the server declares auth is required, it must actually reject anonymous clients. Serving tools to unauthenticated callers is a real exposure.

Tools (80)

Globalv1.0.0snow_updatesnow_test_aclsnow_test_toolsnow_tool_namesnow_create_aclsnow_ml_predictsnow_ai_classifysnow_cicd_deploysnow_cmdb_searchsnow_create_flowsnow_legacy_toolsnow_query_tablesnow_user_lookupsnow_autocompletesnow_create_assetsnow_create_tablesnow_fuzzy_searchsnow_update_tablesnow_create_recordsnow_delete_recordsnow_install_spokesnow_query_changessnow_update_recordsnow_approve_rejectsnow_clone_instancesnow_create_ui_pagesnow_get_user_rolessnow_search_recordssnow_asset_discoverysnow_backup_instancesnow_create_acl_rolesnow_create_artifactsnow_create_incidentsnow_query_incidentsSerac Script Executorsnow_knowledge_searchsnow_request_approvalenterprise_tool_searchsnow_aggregate_metricssnow_agile_epic_managesnow_agile_team_managesnow_anomaly_detectionsnow_get_current_scopesnow_list_applicationssnow_optimize_licensessnow_update_set_manageenterprise_tool_executesnow_agile_sprint_boardsnow_agile_sprint_querysnow_agile_story_managesnow_create_applicationsnow_sentiment_analysissnow_agile_backlog_groomsnow_agile_backlog_querysnow_agile_capacity_plansnow_agile_retrospectivesnow_agile_sprint_managesnow_duplicate_detectionsnow_execute_script_syncsnow_install_applicationsnow_rollback_deploymentsnow_validate_deploymentsnow_agile_release_managesnow_agile_standup_reportsnow_configure_mid_serversnow_create_business_rulesnow_create_client_scriptsnow_agile_sprint_burndownsnow_agile_velocity_reportsnow_approval_chain_managesnow_get_pending_approvalssnow_recommendation_enginesnow_asset_compliance_reportsnow_manage_software_licensesnow_switch_application_scopesnow_execute_background_scriptsnow_execute_script_with_outputio.github.serac-labs/servicenow-mcp