🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@greenarmor/ges

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenarmor/ges

Green Engineering Standard Framework - Compliance-as-Code CLI

latest
Source
npmnpm
Version
1.4.1
Version published
Weekly downloads
1.8K
-17.58%
Maintainers
1
Weekly downloads
 
Created
Source

@greenarmor/ges

Green Engineering Standard Framework - Compliance-as-Code CLI

Install

npm install -g @greenarmor/ges

Or use without installing:

npx @greenarmor/ges init

Quick Start

# Navigate to any project
cd my-project

# Initialize compliance framework
ges init

# Run security and compliance audit
ges audit

# View compliance score
ges score

# Generate reports
ges report

# Diagnose configuration
ges doctor

Commands

CommandDescription
ges initInitialize GESF in the current project
ges auditScan source code for security and compliance issues
ges scoreCalculate and display compliance score
ges reportGenerate compliance reports (Markdown/HTML)
ges doctorDiagnose GESF configuration and health
ges scanRun external security scanners
ges complianceShow compliance status and installed packs
ges validateValidate GESF configuration
ges generateRegenerate documentation and workflows
ges policy listList available policy packs
ges policy install <pack>Install a policy pack
ges policy remove <pack>Remove a policy pack
ges updateCheck for updates

What It Detects

  • Secrets: Hardcoded passwords, API keys, connection strings, private keys, tokens
  • Weak Crypto: MD5, SHA1, DES, AES-128, disabled TLS verification
  • SQL Injection: String concatenation in SQL queries with user input
  • XSS: innerHTML with user input, document.write, v-html, dangerouslySetInnerHTML
  • Missing Auth: Routes without authentication middleware
  • Missing Security: No helmet, no CORS config, no rate limiting, no MFA
  • Config Issues: Secrets in .env without .gitignore, Docker as root, missing logging
  • Database Issues: Missing audit columns, missing soft delete patterns

Supported Project Types

SaaS, AI Application, MCP Server, Blockchain, Wallet, Government System, Healthcare System, Event Platform, Photo Storage Platform, Vulnerability Scanner, Generic Web Application, API Backend, Mobile Application

Compliance Frameworks

GDPR, OWASP ASVS, CIS Controls, NIST CSF, ISO 27001, ISO 27701

Keywords

compliance

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