
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
n8n-nodes-trigguard
Advanced tools
n8n community node: authorize workflow steps via TrigGuard execution gateway (POST /execute)
EXPERIMENTAL — community n8n node; not production-validated as enterprise integration.
Canonical execution client:@trigguard/execution-sdk.
PACKAGE_STATUS_MATRIX.md·ONBOARDING_AUTHORITY_MAP.md.
npm package name: n8n-nodes-trigguard. Community node for n8n that calls the TrigGuard gateway POST /execute before passing workflow items on (see src/nodes/TrigGuard/TrigGuard.node.ts).
Do not run npm create @n8n/node in a second copy — this package already lives at packages/trigguard-n8n-node/.
cd /path/to/TrigGuard/packages/trigguard-n8n-node
npm install
npm run build
The node uses native fetch to call POST /execute (no trigguard-js dependency) so npm install n8n-nodes-trigguard from the registry is self‑contained.
dist/ output (or install from npm after publish).http://127.0.0.1:8080), API Key, and Policy surface; upstream JSON becomes context to /execute.npm install
npm run dev
This runs npm run build then starts n8n@1.82.0 with N8N_CUSTOM_EXTENSIONS set to this package directory (requires npm 7+ for INIT_CWD). If the node does not appear, set manually: N8N_CUSTOM_EXTENSIONS=/absolute/path/to/trigguard-n8n-node npx n8n@1.82.0 start.
npm run buildnpm login then npm publish --access publicnpm install n8n-nodes-trigguard and enable community nodes per n8n version.trigguard-n8n-node (monorepo convention)n8n-nodes-trigguard (n8n community naming)pip install trigguardpackages/trigguard-js (authorize / guard)integrations/langchain/ in the monorepoFAQs
n8n community node: authorize workflow steps via TrigGuard execution gateway (POST /execute)
We found that n8n-nodes-trigguard 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
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.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.