
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@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 594 weekly downloads. As such, @greenarmor/ges-doc-generator popularity was classified as not 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.

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.