
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@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 200 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.
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.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.