
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-doc-generator
Advanced tools
GESF Documentation Generator - Compliance and security document templates
Compliance and security document template generation for the Green Engineering Standard Framework (GESF).
Generates structured Markdown documents, YAML configuration, and JSON metadata files for compliance directories including GDPR policies, security standards, threat models, and data inventories.
npm install @greenarmor/ges-doc-generator
| Export | Description |
|---|---|
GeneratedFile | Interface for generated output (filePath + content) |
generateComplianceDocs(name, type) | Generate all compliance documents (GDPR, retention, DPIA, etc.) |
generateSecurityDocs(name, type) | Generate all security documents (threat model, encryption, IR, etc.) |
generateConfigYaml(config) | Generate .ges/config.yaml |
generateMetadataJson(config) | Generate .ges/metadata.json |
generateConfigJson(config) | Generate .ges/config.json |
generateFrameworkVersionJson() | Generate .ges/framework-version.json |
generateScoreJson() | Generate initial .ges/score.json |
import {
generateComplianceDocs,
generateSecurityDocs,
generateConfigYaml
} from '@greenarmor/ges-doc-generator';
const compliance = generateComplianceDocs('MyApp', 'saas');
const security = generateSecurityDocs('MyApp', 'saas');
// Write all files
[...compliance, ...security].forEach(file => {
fs.writeFileSync(file.filePath, file.content);
});
Compliance (compliance/):
Security (security/):
Configuration (.ges/):
@greenarmor/ges-core — Types and constants@greenarmor/ges-cicd-generator — CI/CD workflow generationMIT
FAQs
GESF Documentation Generator - Compliance and security document templates
The npm package @greenarmor/ges-doc-generator receives a total of 2,314 weekly downloads. As such, @greenarmor/ges-doc-generator popularity was classified as popular.
We found that @greenarmor/ges-doc-generator 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.