
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@scope-bid/mcp-core
Advanced tools
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
Shared core for Scope's vertical Model Context Protocol servers.
This package is not used directly. It's a dependency of every per-vertical Scope MCP server:
@scope-bid/scope-mcp - legal services (live)@scope-bid/scope-claims-mcp - insurance claims (preview)@scope-bid/scope-aec-mcp - architecture / engineering / construction (preview)createScopeServer(config) - builds an MCP server with stdio transport, brand envelope, tool registration, and the auth/REST plumbing pre-wired.ScopeApiClient - typed REST client for the Scope backend.registerCoreTools(api) - returns the cross-vertical tools every vertical inherits: scope_list_categories, scope_list_vendors, scope_dispatch_matter, scope_get_matter, scope_list_matters.Per-vertical packages import createScopeServer, optionally inherit the core tools, and layer their own tools on top.
import { createScopeServer } from "@scope-bid/mcp-core";
const server = createScopeServer({
vertical: "legal",
serverName: "scope-mcp-legal",
serverVersion: "0.2.0",
});
// Register vertical-specific tools
server.registerTool(
{
name: "scope_book_deposition",
description: "Book a deposition...",
inputSchema: { ... },
},
async (args) => server.api.post("/api/depositions", args),
);
await server.start();
MIT
FAQs
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
The npm package @scope-bid/mcp-core receives a total of 92 weekly downloads. As such, @scope-bid/mcp-core popularity was classified as not popular.
We found that @scope-bid/mcp-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.