🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@greenarmor/ges-policy-engine

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenarmor/ges-policy-engine

GESF Policy Engine - Policy packs management and enforcement

npmnpm
Version
1.4.2
Version published
Weekly downloads
2.7K
19.35%
Maintainers
1
Weekly downloads
 
Created
Source

@greenarmor/ges-policy-engine

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.

Install

npm install @greenarmor/ges-policy-engine

Exports

FunctionDescription
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

Usage

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}`));

Policy Packs

Pack IDFrameworkDescription
gdprGDPREU General Data Protection Regulation controls
owaspOWASP ASVSApplication Security Verification Standard
cisCIS ControlsCenter for Internet Security controls
nistNIST CSF 2.0NIST Cybersecurity Framework 2.0 (23 controls / 145 checks)
aiAI PolicyLLM, Agent, MCP, RAG security controls
blockchainBlockchainCryptographic signatures, key rotation, on-chain rules
governmentGovernmentData sovereignty, chain of custody, tamper evidence
  • @greenarmor/ges-core — Types and constants
  • @greenarmor/ges-compliance-engine — Control evaluation

License

MIT

FAQs

Package last updated on 18 Jun 2026

Did you know?

Socket

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.

Install

Related posts