
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@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 494 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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

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.