
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@greenarmor/ges-compliance-engine
Advanced tools
GESF Compliance Engine - GDPR controls, evaluation, and compliance checking
GDPR compliance controls, evaluation, and compliance checking for the Green Engineering Standard Framework (GESF).
Evaluates GDPR controls based on Articles 5, 25, 30, 32, 33, and 34 — producing structured control objects with pass/fail/warning status.
npm install @greenarmor/ges-compliance-engine
| Function | Description |
|---|---|
createGDPRControls() | Returns all GDPR controls across all articles |
createArticle5Controls() | Controls for GDPR Article 5 — Principles relating to processing |
createArticle25Controls() | Controls for Article 25 — Data protection by design and by default |
createArticle30Controls() | Controls for Article 30 — Records of processing activities |
createArticle32Controls() | Controls for Article 32 — Security of processing |
createArticle33Controls() | Controls for Article 33 — Notification of data breach to supervisory authority |
createArticle34Controls() | Controls for Article 34 — Communication of data breach to data subject |
evaluateControl(control) | Evaluates a single control and returns its status |
import { createGDPRControls, evaluateControl, createArticle32Controls } from '@greenarmor/ges-compliance-engine';
const allControls = createGDPRControls();
const art32 = createArticle32Controls();
const evaluated = allControls.map(c => evaluateControl(c));
@greenarmor/ges-core — Types and constants@greenarmor/ges-scoring-engine — Scoring evaluated controls@greenarmor/ges-policy-engine — Policy pack managementMIT
FAQs
GESF Compliance Engine - GDPR controls, evaluation, and compliance checking
We found that @greenarmor/ges-compliance-engine 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.