
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@project-aegis/mcp-server
Advanced tools
Dependency-free stdio MCP server for Aegis Smart Accounts.
It gives agents a typed interface for current v12 deployment metadata across Base mainnet, Base Sepolia, Sepolia, and Arc Testnet, DeFi selector support, policy amount conversion, API endpoint discovery, and optional authenticated Aegis API calls.
From npm:
npx -y @project-aegis/mcp-server
From a local checkout:
node mcp/aegis/server.mjs
Example MCP client config:
{
"mcpServers": {
"aegis": {
"command": "npx",
"args": ["-y", "@project-aegis/mcp-server"],
"env": {
"AEGIS_API_URL": "https://api.projectaegis.ai",
"AEGIS_DASHBOARD_API_KEY": "optional-api-key",
"AEGIS_RPC_URL": "optional-rpc-url"
}
}
}
}
Local checkout config:
{
"mcpServers": {
"aegis": {
"command": "node",
"args": ["/absolute/path/to/aegis/mcp/aegis/server.mjs"],
"env": {
"AEGIS_API_URL": "https://api.projectaegis.ai",
"AEGIS_DASHBOARD_API_KEY": "optional-api-key",
"AEGIS_RPC_URL": "optional-rpc-url"
}
}
}
}
aegis_supported_chainsaegis_get_contractsaegis_get_defi_supportaegis_amount_to_base_unitsaegis_preflight_transactionaegis_api_endpointsaegis_api_requestaegis_api_request requires AEGIS_DASHBOARD_API_KEY or AEGIS_API_KEY and only accepts /api/v1/... paths.
aegis_preflight_transaction requires a chain RPC URL via AEGIS_RPC_URL or the tool's rpc_url argument. It calls the live v12 PermissionEnforcer.checkAction(agentId, permissionId, actionHash, actionData) path and checks EntryPoint deposit/native ETH prefund readiness for a supplied UserOperation gas envelope. It does not submit a UserOperation and does not replace bundler simulation.
cd mcp/aegis
npm run smoke
FAQs
Dependency-free stdio MCP server for Aegis Smart Accounts.
The npm package @project-aegis/mcp-server receives a total of 42 weekly downloads. As such, @project-aegis/mcp-server popularity was classified as not popular.
We found that @project-aegis/mcp-server 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
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.