
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@trigguard/mcp-server
Advanced tools
Production-grade TrigGuard MCP stdio server — authority via @trigguard/agent-sdk only
Production-grade stdio MCP server for TrigGuard authority.
Transport only — all decisions flow through:
MCP tool → @trigguard/agent-sdk → POST /v1/execute
Decision model: PERMIT · DENY · SILENCE (no ESCALATE wire state)
npm install -g @trigguard/mcp-server
export TRIGGUARD_API_KEY=tg_live_…
Full setup: MCP npm quickstart
| Tool | Purpose |
|---|---|
authorize_action | Governed PERMIT / DENY / SILENCE |
verify_receipt | Lookup execution by id |
get_surface | Surface registry metadata via gateway (read-only) |
get_policy | Bundled policy metadata (read-only, no evaluation) |
Use the trigguard-mcp-server binary:
{
"mcpServers": {
"trigguard": {
"command": "trigguard-mcp-server",
"env": {
"TRIGGUARD_GATEWAY_URL": "https://api.trigguardai.com",
"TRIGGUARD_API_KEY": "${env:TRIGGUARD_API_KEY}"
}
}
}
}
| Variable | Purpose |
|---|---|
TRIGGUARD_GATEWAY_URL | Gateway base URL (default: https://api.trigguardai.com) |
TRIGGUARD_API_KEY | API key (tg_live_…) — required for authorize_action |
TRIGGUARD_MCP_ACTOR_ID | Actor id for authorize calls (default: trigguard-mcp-server) |
TRIGGUARD_SURFACE_REGISTRY_PATH | Optional local registry override (dev only) |
TRIGGUARD_POLICY_BUNDLE_PATH | Optional local policy metadata override (dev only) |
Credentials stay in the MCP server process — never in LLM context.
npm run build -w @trigguard/mcp-server
TRIGGUARD_API_KEY=tg_live_… npm run start -w @trigguard/mcp-server
FAQs
MCP stdio server for TrigGuard execution authorization (PERMIT/DENY/SILENCE/ESCALATE)
The npm package @trigguard/mcp-server receives a total of 41 weekly downloads. As such, @trigguard/mcp-server popularity was classified as not popular.
We found that @trigguard/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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.