
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@greenarmor/ges-policy-engine
Advanced tools
Policy pack management and enforcement for the Green Engineering Standard Framework (GESF).
Manages compliance policy packs for GDPR, OWASP, NIST, CIS, AI systems, blockchain, and government projects. Each policy pack defines the controls and standards applicable to a specific compliance domain.
npm install @greenarmor/ges-policy-engine
| Function | Description |
|---|---|
getAllPacks() | Returns all available policy packs |
getPack(id) | Get a specific policy pack by ID |
getPacksForProjectType(type) | Get recommended packs for a project type |
listPackIds() | List all available pack identifiers |
createGDPRPolicyPack() | GDPR policy pack |
createOWASPPolicyPack() | OWASP ASVS policy pack |
createAIPolicyPack() | AI / LLM / MCP policy pack |
createBlockchainPolicyPack() | Blockchain / Wallet policy pack |
createGovernmentPolicyPack() | Government systems policy pack |
createCISPolicyPack() | CIS Controls policy pack |
createNISTPolicyPack() | NIST Cybersecurity Framework policy pack |
import { getAllPacks, getPacksForProjectType } from '@greenarmor/ges-policy-engine';
const allPacks = getAllPacks();
const aiPacks = getPacksForProjectType('ai-application');
allPacks.forEach(p => console.log(`${p.id}: ${p.name}`));
| Pack ID | Framework | Description |
|---|---|---|
gdpr | GDPR | EU General Data Protection Regulation controls |
owasp | OWASP ASVS | Application Security Verification Standard |
cis | CIS Controls | Center for Internet Security controls |
nist | NIST CSF 2.0 | NIST Cybersecurity Framework 2.0 (23 controls / 145 checks) |
ai | AI Policy | LLM, Agent, MCP, RAG security controls |
blockchain | Blockchain | Cryptographic signatures, key rotation, on-chain rules |
government | Government | Data sovereignty, chain of custody, tamper evidence |
@greenarmor/ges-core — Types and constants@greenarmor/ges-compliance-engine — Control evaluationMIT
FAQs
GESF Policy Engine - Policy packs management and enforcement
The npm package @greenarmor/ges-policy-engine receives a total of 570 weekly downloads. As such, @greenarmor/ges-policy-engine popularity was classified as not popular.
We found that @greenarmor/ges-policy-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.