
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@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
The npm package @greenarmor/ges-compliance-engine receives a total of 388 weekly downloads. As such, @greenarmor/ges-compliance-engine popularity was classified as not popular.
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.

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.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.