🔍
ShieldOps AI

ShieldOps AI

v2.4.0● ProductionMIT License

Container security and compliance operations platform — analyze Docker images, review Dockerfiles, generate SBOMs, and manage vulnerability remediation workflows.

منصة أمن الحاويات والامتثال التشغيلي — تحليل صور Docker، مراجعة Dockerfiles، توليد SBOM، وإدارة سير عمل إصلاح الثغرات.

容器安全和合规运营平台 — 分析 Docker 镜像、审查 Dockerfile、生成 SBOM 和管理漏洞修复工作流。

Plataforma de operaciones de seguridad y cumplimiento de contenedores — analice imágenes Docker, revise Dockerfiles, genere SBOM y gestione flujos de trabajo de corrección de vulnerabilidades.

📋1. Overview#

📋١. نظرة عامة#

📋1. 概述#

📋1. Resumen#

ShieldOps AI is a container security and compliance operations platform. It analyzes Docker images, reviews Dockerfiles for misconfigurations, generates software bills of materials (SBOM), and provides vulnerability review and remediation workflows — with auditability, governance, and enterprise security operations support.

Who it's for:DevSecOps Engineers, Security Architects, Platform Engineering Teams, Security Operations and Governance Teams, and organizations requiring audit-friendly compliance workflows.

Best Fit

  • DevSecOps teams— Integrate container security scanning into CI/CD pipelines and enforce policy gates before deployment.
  • Platform engineering teams— Provide self-service security tooling for development teams without slowing down delivery.
  • Security operations and governance teams— Maintain vulnerability registers, audit trails, and compliance evidence for containerized environments.
  • Organizations requiring audit-friendly workflows— Generate SBOMs, compliance reports, and exportable evidence aligned with standards such as PCI-DSS and NIST SP 800-190.

ShieldOps AI هي منصة أمن الحاويات والامتثال التشغيلي. تحلل صور Docker، تراجع Dockerfiles بحثاً عن التكوينات الخاطئة، تولد قوائم المواد البرمجية (SBOM)، وتوفر سير عمل لمراجعة الثغرات وإصلاحها — مع دعم قابلية التدقيق والحوكمة وعمليات الأمن المؤسسي.

لمن هذا؟مهندسي DevSecOps، معماري الأمن، فرق هندسة المنصات، فرق عمليات الأمن والحوكمة، والمؤسسات التي تحتاج سير عمل متوافق مع متطلبات التدقيق.

ShieldOps AI 是一个容器安全和合规运营平台。它分析 Docker 镜像、审查 Dockerfile 中的错误配置、生成软件物料清单 (SBOM),并提供漏洞审查和修复工作流——支持可审计性、治理和企业安全运营。

适用人群:DevSecOps 工程师、安全架构师、平台工程团队、安全运营和治理团队,以及需要审计友好型合规工作流的组织。

ShieldOps AI es una plataforma de operaciones de seguridad y cumplimiento de contenedores. Analiza imágenes Docker, revisa Dockerfiles en busca de configuraciones incorrectas, genera listas de materiales de software (SBOM) y proporciona flujos de trabajo de revisión y corrección de vulnerabilidades, con soporte para auditoría, gobernanza y operaciones de seguridad empresarial.

Para quién es:Ingenieros DevSecOps, Arquitectos de Seguridad, Equipos de Ingeniería de Plataforma, Equipos de Operaciones de Seguridad y Gobernanza, y organizaciones que requieren flujos de trabajo compatibles con auditoría.

Environmentالبيئة环境EntornoSupportالدعم支持SoporteIntegrationالتكامل集成Integración
🐳 DockerدوكرDockerDocker✅ Stable✅ مستقر✅ 稳定✅ EstableDaemon socket, Registry APIمقبس الخادم، API التسجيل守护进程 socket,注册表 APISocket daemon, API registro
☸️ KubernetesكوبرنيتيزKubernetesKubernetes✅ Stable✅ مستقر✅ 稳定✅ Establekubeconfig, Admission Webhookskubeconfig, Webhooks القبولkubeconfig,准入 Webhookskubeconfig, Webhooks de admisión
⚙️ CI/CDCI/CDCI/CDCI/CD🔄 Beta🔄 تجريبي🔄 测试版🔄 BetaGitHub Actions, GitLab CI, JenkinsGitHub Actions, GitLab CI, JenkinsGitHub Actions, GitLab CI, JenkinsGitHub Actions, GitLab CI, Jenkins
☁️ AWS ECRAWS ECRAWS ECRAWS ECR✅ Stable✅ مستقر✅ 稳定✅ EstableECR pull-through, Lambda triggersسحب ECR، مشغلات LambdaECR 拉取,Lambda 触发器Extracción ECR, disparadores Lambda

🏗️2. System Architecture#

🏗️٢. بنية النظام#

🏗️2. 系统架构#

🏗️2. Arquitectura del Sistema#

ShieldOps follows a modular Flask Blueprint architecture with layered middleware: JWT auth → RBAC guard → module routing → AI assistance layer → data persistence → billing layer. Each module is independently deployable.

تتبع ShieldOps بنية معيارية من قوالب Flask مع وسيط طبقي: مصادقة JWT ← حارس RBAC ← توجيه الوحدات ← طبقة المساعدة بالذكاء الاصطناعي ← تخزين البيانات ← طبقة الفوترة. كل وحدة قابلة للنشر بشكل مستقل.

ShieldOps 采用模块化的 Flask Blueprint 架构,具有分层中间件:JWT 认证 → RBAC 守卫 → 模块路由 → AI 辅助层 → 数据持久化 → 计费层。每个模块都可独立部署。

ShieldOps sigue una arquitectura modular de Flask Blueprint con middleware en capas: autenticación JWT → guardia RBAC → enrutamiento de módulos → capa de asistencia IA → persistencia de datos → capa de facturación. Cada módulo es implementable de forma independiente.

┌─────────────────────────────────────────────────────────────────────────────┐
│                          🌐 USER REQUEST                                     │
│                    (Browser / CLI / CI/CD / API Client)                       │
└──────────────────────────┬──────────────────────────────────────────────────┘
                           │
                           ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                      🔀 FLASK BLUEPRINT ROUTER                              │
│  route_blueprint.py  ·  auth_blueprint.py  ·  scan_blueprint.py            │
│  sbom_blueprint.py   ·  report_blueprint.py · webhook_blueprint.py         │
│  admin_blueprint.py  ·  billing_blueprint.py                               │
└──────────────────────────┬────────────────────────────────────────────────┘
                           │
                           ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                    🔐 JWT AUTH MIDDLEWARE + RBAC GUARD                      │
│  • Token validation (RS256, expiry, issuer)                                │
│  • Role extraction: admin / analyst / viewer                                │
│  • Permission gate: route → required role → allow/deny                      │
│  • Rate limiter: 100 req/min (authenticated) / 20 req/min (unauthenticated) │
└────────────┬─────────────────────────────────┬──────────────────────────────┘
             │                                 │
             ▼                                 ▼
┌────────────────────────────┐  ┌────────────────────────────────────────────┐
│    🛡️ MODULE ROUTER         │  │       🔌 MIDDLEWARE CHAIN                  │
│                             │  │                                            │
│  • /scan/image              │  │  • Request logging (audit trail)           │
│  • /scan/dockerfile         │  │  • Pagination & sorting                    │
│  • /sbom/{id}               │  │  • CORS headers                            │
│  • /vulnerabilities         │  │  • Content negotiation (JSON/CSV/PDF)      │
│  • /reports/{id}            │  │  • Compression (gzip/brotli)               │
│  • /auth/login              │  │  • Cache control (ETag, If-None-Match)     │
│  • /admin/users             │  │                                            │
│  • /webhooks/github         │  └────────────────────────────────────────────┘
│  • /billing/*               │
└───────────┬─────────────────┘
            │
            ▼
┌────────────────────────────────────────────────────────────────────────────┐
│                      🤖 AI ASSISTANCE LAYER (OpenRouter / Gemini)           │
│                                                                             │
│  ┌────────────────────┐  ┌────────────────────┐  ┌──────────────────────┐  │
│  │  CVE Remediation   │  │  Dockerfile Fix     │  │  Natural Language   │  │
│  │  Engine            │  │  Generator          │  │  Query (NLQ)        │  │
│  └────────────────────┘  └────────────────────┘  └──────────────────────┘  │
│  ┌────────────────────┐  ┌────────────────────┐                           │ │
│  │  Compliance Report │  │  SBOM Enrichment   │                           │ │
│  │  Writer            │  │  (License, CPE)    │                           │ │
│  └────────────────────┘  └────────────────────┘                           │ │
└───────────┬──────────────────────────────────────────────┬──────────────────┘
            │                                              │
            ▼                                              ▼
┌────────────────────────────┐  ┌────────────────────────────────────────────┐
│   📊 DATA LAYER            │  │   💳 PAYMENT LAYER                         │
│                             │  │                                            │
│  ┌──────────────────────┐  │  │  ┌────────────────────┐  ┌──────────────┐  │
│  │  PostgreSQL 16       │  │  │  │  Kashier          │  │  PayPal      │  │
│  │  (primary, ACID)     │  │  │  │  • Subscriptions  │  │  • (Pending)  │  │
│  │  • blog_posts        │  │  │  │  • Invoices       │  │               │  │
│  │  • scan_results      │  │  │  │  • Webhooks       │  │               │  │
│  │  • vuln_cache        │  │  │  └────────────────────┘  └──────────────┘  │
│  │  • audit_logs        │  │  │                                            │
│  │  • users             │  │  └────────────────────────────────────────────┘
│  └──────────────────────┘  │
│  ┌──────────────────────┐  │
│  │  SQLite (dev/test)   │  │
│  └──────────────────────┘  │
└────────────────────────────┘

3. Features & Modules#

٣. الميزات والوحدات#

3. 功能与模块#

3. Funciones y Módulos#

🔌4. API Reference#

🔌٤. مرجع واجهة API#

🔌4. API 参考#

🔌4. Referencia de API#

All API endpoints below follow the prefix/api/v1/. Responses are JSON. Authentication via Authorization: Bearer header.

Note:The following routes are representative pattern descriptions. Exact endpoint paths and parameter schemas may vary — refer to the live API documentation or OpenAPI specification for authoritative definitions.

جميع نقاط API مسبوقة بـ/api/v1/. الردود بتنسيق JSON. المصادقة عبر ترويسة Authorization: Bearer .

ملاحظة:المسارات التالية هي أنماط تمثيلية. قد تختلف مسارات endpoints الدقيقة ومخططات المعاملات — راجع توثيق API المباشر أو مواصفات OpenAPI للتعريفات الرسمية.

以下所有 API 端点都以/api/v1/ 为前缀。响应格式为 JSON。通过 Authorization: Bearer 标头进行身份验证。

注意:以下路由是代表性模式描述。确切的端点路径和参数模式可能有所不同 — 请参阅实时 API 文档或 OpenAPI 规范以获取权威定义。

Todos los endpoints de API tienen el prefijo/api/v1/. Las respuestas son JSON. Autenticación mediante encabezado Authorization: Bearer .

Nota:Las siguientes rutas son descripciones de patrones representativos. Las rutas exactas de los endpoints y los esquemas de parámetros pueden variar — consulte la documentación de API en vivo o la especificación OpenAPI para definiciones autorizadas.

Authentication Header Format

تنسيق ترويسة المصادقة

认证标头格式

Formato de Encabezado de Autenticación

Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwicm9sZSI6ImFkbWluIiwiaWF0IjoxNTE2MjM5MDIyLCJleHAiOjE1MTYyNDI2MjJ9.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Rate Limits

حدود الطلبات

速率限制

Límites de tasa

Tierالمستوى层级NivelRequests/minطلب/دقيقة请求/分钟Solicitudes/minBurstانفجار突发Ráfaga
Unauthenticatedغير موثق未认证No autenticado20٢٠20205٥55
Authenticatedموثق已认证Autenticado100١٠٠10010020٢٠2020
Enterprise (API key)مؤسسات (مفتاح API)企业版(API 密钥)Enterprise (clave API)500٥٠٠500500100١٠٠100100

Standard Error Responses

ردود الأخطاء القياسية

标准错误响应

Respuestas de Error Estándar

CodeDescriptionالوصف描述Descripción
400Bad Request — invalid payload, missing required fieldsطلب خاطئ — حمولة غير صالحة، حقول مطلوبة مفقودة错误请求 — 无效负载,缺少必填字段Solicitud incorrecta — payload inválido, campos requeridos faltantes
401Unauthorized — missing or invalid JWT tokenغير مصرح — رمز JWT مفقود أو غير صالح未授权 — 缺少或无效的 JWT 令牌No autorizado — token JWT faltante o inválido
403Forbidden — valid token but insufficient roleمحظور — رمز صحيح لكن الدور غير كافٍ禁止 — 令牌有效但角色权限不足Prohibido — token válido pero rol insuficiente
404Not Found — resource does not existغير موجود — المورد غير موجود未找到 — 资源不存在No encontrado — el recurso no existe
429Too Many Requests — rate limit exceededطلبات كثيرة — تجاوز حد الطلبات请求过多 — 超出速率限制Demasiadas solicitudes — límite de tasa excedido
500Internal Server Error — unexpected server failureخطأ داخلي في الخادم — فشل غير متوقع内部服务器错误 — 意外服务器故障Error interno del servidor — fallo inesperado

Endpoints#

نقاط النهاية#

端点#

Endpoints#

MethodEndpointAuthالمصادقة认证AutenticaciónDescriptionالوصف描述Descripción

🔐5. Authentication & RBAC#

🔐٥. المصادقة والصلاحيات#

🔐5. 认证与 RBAC#

🔐5. Autenticación y RBAC#

JWT Flow

تدفق JWT

JWT 流程

Flujo JWT

  ┌──────────┐          ┌──────────────┐          ┌─────────────┐
  │  CLIENT   │          │  SHIELDOPS   │          │   DATABASE   │
  │ (Browser) │          │    API       │          │  (Postgres)  │
  └─────┬─────┘          └──────┬───────┘          └──────┬──────┘
        │                       │                         │
        │  POST /auth/login     │                         │
        │  {email, password}    │                         │
        ├──────────────────────►│                         │
        │                       │  SELECT hash, role      │
        │                       │  FROM users             │
        │                       ├─────────────────────────►│
        │                       │◄─────────────────────────┤
        │                       │                         │
        │                       │  bcrypt.verify(password) │
        │                       │  ↓ valid                 │
        │                       │  jwt.encode({            │
        │                       │    sub: user_id,         │
        │                       │    role: admin,          │
        │                       │    iat: now,             │
        │                       │    exp: now + 24h        │
        │                       │  })                      │
        │                       │                         │
        │  200 {access_token,   │                         │
        │       refresh_token,  │                         │
        │       expires_in: 86400}                        │
        │◄──────────────────────┤                         │
        │                       │                         │
        │  GET /api/v1/scan     │                         │
        │  Authorization:       │                         │
        │  Bearer          │                         │
        ├──────────────────────►│                         │
        │                       │  jwt.decode(token)      │
        │                       │  ↓ valid                │
        │                       │  ↓ role=admin → allowed  │
        │                       │  ↓ role=viewer → 403    │
        │                       │                         │
        │  200 {results: [...]}◄─┤                         │
        │◄──────────────────────┤                         │
        │                       │                         │
        │  POST /auth/refresh   │                         │
        │  {refresh_token}      │                         │
        ├──────────────────────►│                         │
        │  200 {access_token:   │                         │
        │        new_jwt,       │                         │
        │        expires_in: 86400}                       │
        │◄──────────────────────┤                         │

Token Expiry Defaults

القيم الافتراضية لانتهاء الرمز

令牌过期默认值

Valores predeterminados de caducidad del token

Token Typeنوع الرمز令牌类型Tipo de tokenTTL (Default)مدة الصلاحية (افتراضي)TTL(默认)TTL (predeterminado)Configurableقابل للتكوين可配置Configurable
Access Tokenرمز الوصول访问令牌Token de acceso24 hours٢٤ ساعة24 小时24 horas✅ viaJWT_ACCESS_TOKEN_EXPIRY✅ عبر✅ 通过✅ mediante
Refresh Tokenرمز التحديث刷新令牌Token de actualización30 days٣٠ يوماً30 天30 días✅ viaJWT_REFRESH_TOKEN_EXPIRY✅ عبر✅ 通过✅ mediante
API Key (service account)مفتاح API (حساب خدمة)API 密钥(服务帐户)Clave API (cuenta de servicio)Never (until revoked)أبداً (حتى الإلغاء)永不过期(直到撤销)Nunca (hasta revocación)✅ manual revocation✅ إلغاء يدوي✅ 手动撤销✅ revocación manual
Password Reset Linkرابط إعادة تعيين كلمة المرور密码重置链接Enlace de restablecimiento de contraseña1 hourساعة واحدة1 小时1 hora✅ viaPASSWORD_RESET_EXPIRY✅ عبر✅ 通过✅ mediante

RBAC Permission Matrix

مصفوفة صلاحيات RBAC

RBAC 权限矩阵

Matriz de permisos RBAC

Permissionالصلاحية权限Permiso👑 Admin🔍 Analyst👁️ Viewer
Run Image Scansتشغيل مسح الصور运行镜像扫描Ejecutar escaneos de imágenes
View Scan Resultsعرض نتائج المسح查看扫描结果Ver resultados de escaneo
Export Reports (PDF/CSV/JSON)تصدير التقارير (PDF/CSV/JSON)导出报告 (PDF/CSV/JSON)Exportar informes (PDF/CSV/JSON)
Generate SBOMإنشاء SBOM生成 SBOMGenerar SBOM
AI Remediation Suggestionsاقتراحات الإصلاح بالذكاء الاصطناعيAI 修复建议Sugerencias de remediación IA
Manage Users (CRUD)إدارة المستخدمين (CRUD)管理用户 (CRUD)Gestionar usuarios (CRUD)
View Audit Logsعرض سجلات التدقيق查看审计日志Ver registros de auditoría
Billing & Subscription Managementإدارة الفواتير والاشتراكات计费和订阅管理Gestión de facturación y suscripciones
Manage API Keysإدارة مفاتيح API管理 API 密钥Gestionar claves API
Configure Webhooksتكوين Webhooks配置 WebhooksConfigurar webhooks
System Settingsإعدادات النظام系统设置Configuración del sistema

🔗6. Integrations#

🔗٦. التكاملات#

🔗6. 集成#

🔗6. Integraciones#

🚀7. Deployment#

🚀٧. النشر#

🚀7. 部署#

🚀7. Despliegue#

a) Local Development

أ) التطوير المحلي

a) 本地开发

a) Desarrollo local

# 1. Clone repository
git clone https://github.com/mohammedabdallahcv-creator/shieldops-launch-gate.git
cd shieldops

# 2. Create virtual environment
python3 -m venv .venv && source .venv/bin/activate

# 3. Install dependencies
pip install -r requirements.txt

# 4. Configure environment
cp .env.example .env
# Edit .env: DATABASE_URL, JWT_SECRET, OPENROUTER_API_KEY, etc.

# 5. Initialize database
flask db upgrade

# 6. Run development server
flask run --port 5000 --debug

Docker Compose (Quick Start)

Docker Compose (بداية سريعة)

Docker Compose(快速开始)

Docker Compose (inicio rápido)

# docker-compose.yml
version: "3.9"
services:
  shieldops:
    build: .
    ports:
      - "5000:5000"
    env_file: .env
    depends_on:
      - postgres
    volumes:
      - ./data:/app/data
  postgres:
    image: postgres:16-alpine
    environment:
      POSTGRES_DB: shieldops
      POSTGRES_USER: shieldops
      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
    volumes:
      - pgdata:/var/lib/postgresql/data
volumes:
  pgdata:

b) Production (Docker / Render)

ب) الإنتاج (Docker / Render)

b) 生产环境 (Docker / Render)

b) Producción (Docker / Render)

# Docker build and run
docker build -t shieldops .
docker run -p 5000:5000 --env-file .env shieldops

# Or deploy via Render:
# 1. Push to GitHub
# 2. Connect repository to Render
# 3. Render auto-detects render.yaml:
#    - Web Service: gunicorn wsgi:app --workers 2 --timeout 180
#    - PostgreSQL: 16-alpine
#    - Cron Job: daily publisher
# 4. Set environment variables in Render Dashboard
# 5. Deploy

# Gunicorn (standalone):
gunicorn wsgi:app \
  --bind 0.0.0.0:5000 \
  --workers 2 \
  --threads 2 \
  --timeout 180 \
  --access-logfile - \
  --error-logfile -

c) Environment Variables

ج) متغيرات البيئة

c) 环境变量

c) Variables de entorno

VariableRequiredمطلوب必需RequeridoDefaultافتراضي默认值PredeterminadoDescriptionالوصف描述Descripción
DATABASE_URLsqlite:///dev.db PostgreSQL connection stringرابط اتصال PostgreSQLPostgreSQL 连接字符串Cadena de conexión PostgreSQL
JWT_SECRETnoneJWT signing key (min 32 chars, useopenssl rand -hex 32) مفتاح توقيع JWT (32 حرفاً كحد أدنى)JWT 签名密钥(至少 32 个字符)Clave de firma JWT (mín. 32 caracteres)
OPENROUTER_API_KEYnoneOpenRouter API key (AI assistance — content, chat, and fix suggestions)مفتاح OpenRouter API (المساعدة بالذكاء الاصطناعي — المحتوى والمحادثة واقتراحات الإصلاح)OpenRouter API 密钥(AI 辅助 — 内容、聊天和修复建议)Clave API de OpenRouter (asistencia IA — contenido, chat y sugerencias de corrección)
KASHIER_API_KEY⚠️⚠️⚠️⚠️noneKashier API key (payment gateway)مفتاح Kashier API (بوابة دفع)Kashier API 密钥(支付网关)Clave API de Kashier (pasarela de pago)
FERNET_SECRET_KEYauto-generatedFernet encryption key (sensitive data at rest)مفتاح تشفير Fernet (البيانات الحساسة)Fernet 加密密钥(静态敏感数据)Clave de cifrado Fernet (datos sensibles en reposo)
MAIL_SERVER⚠️⚠️⚠️⚠️noneSMTP server hostname (email reports)اسم خادم SMTP (التقارير البريدية)SMTP 服务器主机名(电子邮件报告)Hostname del servidor SMTP (informes por correo)
MAIL_PORT⚠️⚠️⚠️⚠️587 SMTP port (587/TLS, 465/SSL)منفذ SMTP (587/TLS، 465/SSL)SMTP 端口 (587/TLS, 465/SSL)Puerto SMTP (587/TLS, 465/SSL)
MAIL_USERNAME⚠️⚠️⚠️⚠️noneSMTP auth usernameاسم مستخدم SMTPSMTP 认证用户名Nombre de usuario de autenticación SMTP
MAIL_PASSWORD⚠️⚠️⚠️⚠️noneSMTP auth passwordكلمة مرور SMTPSMTP 认证密码Contraseña de autenticación SMTP
JWT_ACCESS_TOKEN_EXPIRY86400 Access token TTL in seconds (default: 24h)مدة صلاحية رمز الوصول بالثواني (افتراضي: 24 ساعة)访问令牌 TTL(秒),默认 24 小时TTL del token de acceso en segundos (predeterminado: 24 h)
CORS_ORIGINS* Allowed CORS origins (comma-separated)الأصول المسموح بها في CORS (مفصولة بفواصل)允许的 CORS 源(逗号分隔)Orígenes CORS permitidos (separados por comas)

d) Health Check

د) فحص الصحة

d) 健康检查

d) Verificación de estado

curl https://shieldops-ai.dev/health
{
  "status": "healthy",
  "version": "2.4.0",
  "db": "connected",
  "uptime": "14d 7h 32m",
  "scans_today": 147,
  "last_cve_sync": "2026-06-16T02:00:00Z"
}

📜8. Compliance & Security Standards#

📜٨. الامتثال والمعايير الأمنية#

📜8. 合规与安全标准#

📜8. Cumplimiento y Estándares de Seguridad#

PCI-DSS v4.0 Alignment Reference

مرجع التوافق مع PCI-DSS v4.0

PCI-DSS v4.0 对齐参考

Referencia de alineación PCI-DSS v4.0

The table below illustrates how ShieldOps AI module capabilities may support organizations working toward PCI-DSS v4.0 requirements. This is not a certification or guarantee of compliance.

PCI-DSS v4.0Requirementالمتطلب要求RequisitoShieldOps Moduleوحدة ShieldOpsShieldOps 模块Módulo ShieldOps
4.2.1Protect stored account data with encryptionحماية بيانات الحساب المخزنة بالتشفير使用加密保护存储的帐户数据Proteger datos de cuenta almacenados con cifradoFernet encryptionتشفير FernetFernet 加密Cifrado Fernet
5.2.1Deploy anti-malware mechanismsنشر آليات مكافحة البرامج الضارة部署反恶意软件机制Implementar mecanismos antimalwareImage Scanner (Trivy)ماسح الصور (Trivy)镜像扫描器 (Trivy)Escáner de imágenes (Trivy)
6.3.1Identify and address security vulnerabilitiesتحديد الثغرات الأمنية ومعالجتها识别和解决安全漏洞Identificar y abordar vulnerabilidades de seguridadVuln DB + Remediationقاعدة الثغرات + الإصلاح漏洞库 + 修复BD Vuln + Remediación
6.4.1Secure public-facing web applicationsتأمين تطبيقات الويب المواجهة للجمهور保护面向公众的 Web 应用程序Asegurar aplicaciones web públicasDockerfile Analyzerمحلل DockerfileDockerfile 分析器Analizador Dockerfile
10.2.1Implement audit trailsتنفيذ سجلات التدقيق实施审计跟踪Implementar registros de auditoríaAudit Logs moduleوحدة سجلات التدقيق审计日志模块Módulo de registros de auditoría
10.7.1Retain audit log historyالاحتفاظ بسجل التدقيق保留审计日志历史Retener historial de registros de auditoría90–365 day retentionاحتفاظ 90–365 يوماً90–365 天保留Retención 90–365 días
11.3.1Vulnerability scanningمسح الثغرات الأمنية漏洞扫描Escaneo de vulnerabilidadesCI/CD scannerماسح CI/CDCI/CD 扫描器Escáner CI/CD
12.3.1Security incident response proceduresإجراءات الاستجابة للحوادث الأمنية安全事件响应程序Procedimientos de respuesta a incidentes de seguridadWebhook alertsتنبيهات WebhookWebhook 警报Alertas webhook

CVE / CWE / CVSS Integration

تكامل CVE / CWE / CVSS

CVE / CWE / CVSS 集成

Integración CVE / CWE / CVSS

ShieldOps indexes CVE data from the National Vulnerability Database (NVD) and maps each vulnerability to its CWE weakness class. All findings are scored using CVSS v3.1 with temporal and environmental metrics.

تستورد ShieldOps بيانات CVE من قاعدة الثغرات الوطنية (NVD) وتربط كل ثغرة بنوع الضعف CWE الخاص بها. جميع النتائج تُسجل باستخدام CVSS v3.1 مع مقاييس زمنية وبيئية.

ShieldOps 从国家漏洞数据库 (NVD) 索引 CVE 数据,并将每个漏洞映射到其 CWE 弱点类别。所有发现均使用 CVSS v3.1 评分,包含时间和环境指标。

ShieldOps indexa datos CVE de la Base de Datos Nacional de Vulnerabilidades (NVD) y mapea cada vulnerabilidad a su clase de debilidad CWE. Todos los hallazgos se puntúan usando CVSS v3.1 con métricas temporales y ambientales.

{
  "cve_id": "CVE-2024-21626",
  "cvss_v31": {
    "base_score": 8.6,
    "severity": "HIGH",
    "vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
    "attack_vector": "Local",
    "complexity": "Low"
  },
  "cwe_id": "CWE-22",
  "cwe_name": "Improper Limitation of a Pathname to a Restricted Directory",
  "affected_packages": ["runc>=1.1.0"],
  "fixed_in": ["runc 1.1.12"],
  "exploit_available": true
}

Data Handling & Retention Policy

سياسة معالجة البيانات والاحتفاظ

数据处理与保留政策

Política de manejo y retención de datos

Data Typeنوع البيانات数据类型Tipo de datosRetention (Standard)الاحتفاظ (قياسي)保留期(标准版)Retención (Estándar)
Scan resultsنتائج المسح扫描结果Resultados de escaneo90 days٩٠ يوماً90 天90 días
Docker image layersطبقات صور DockerDocker 镜像层Capas de imágenes Docker7 days٧ أيام7 天7 días
Audit logsسجلات التدقيق审计日志Registros de auditoría90 days٩٠ يوماً90 天90 días
SBOM documentsمستندات SBOMSBOM 文档Documentos SBOMIndefiniteغير محدد无限期Indefinido
User dataبيانات المستخدم用户数据Datos de usuarioUntil account deletion (GDPR right to erasure supported where applicable)

Security Posture

الموقف الأمني

安全态势

Postura de seguridad

ShieldOps AI is designed with auditability, workflow traceability, and secure data handling as foundational requirements. The platform supports organizations in organizing findings, remediation workflows, and evidence collection for compliance-oriented programs.

تم تصميم ShieldOps AI مع قابلية التدقيق وتتبع سير العمل والمعالجة الآمنة للبيانات كمتطلبات أساسية. تدعم المنصة المؤسسات في تنظيم النتائج وسير عمل الإصلاح وجمع الأدلة لبرامج الامتثال.

ShieldOps AI 的设计以可审计性、工作流可追溯性和安全数据处理为基础要求。该平台支持组织整理发现、修复工作流和合规项目的证据收集。

ShieldOps AI está diseñado con auditabilidad, trazabilidad de flujos de trabajo y manejo seguro de datos como requisitos fundamentales. La plataforma ayuda a las organizaciones a organizar hallazgos, flujos de remediación y recopilación de evidencia para programas de cumplimiento.

Disclaimer

إخلاء مسؤولية

免责声明

Aviso legal

ShieldOps AI provides tooling to support compliance workflows and evidence organization. The platform does not confer certification, guarantee compliance with any specific framework, or eliminate security risk. Organizations remain responsible for independent validation, control implementation, and compliance determination by qualified assessors.

توفر ShieldOps AI أدوات لدعم سير عمل الامتثال وتنظيم الأدلة. لا تمنح المنصة شهادة امتثال لأي إطار محدد، ولا تضمن الامتثال، ولا تقضي على المخاطر الأمنية. تظل المؤسسات مسؤولة عن التحقق المستقل وتنفيذ الضوابط وتحديد الامتثال من قبل مقيمين مؤهلين.

ShieldOps AI 提供支持合规工作流和证据组织的工具。该平台不授予认证,不保证符合任何特定框架,也不消除安全风险。组织仍负责独立验证、控制实施和由合格评估员进行的合规性确定。

ShieldOps AI proporciona herramientas para apoyar flujos de trabajo de cumplimiento y organización de evidencia. La plataforma no otorga certificación, no garantiza el cumplimiento de ningún marco específico ni elimina el riesgo de seguridad. Las organizaciones siguen siendo responsables de la validación independiente, la implementación de controles y la determinación del cumplimiento por parte de evaluadores calificados.

📦9. Changelog / Roadmap#

📦٩. سجل التغييرات / الخريطة#

📦9. 更新日志 / 路线图#

📦9. Registro de cambios / Hoja de ruta#

Recent Updates

آخر التحديثات

最近更新

Actualizaciones recientes

Latestالأحدث最新ÚltimoAI-powered assistance for remediation suggestions, PCI-DSS v4.0 aligned reporting, CI/CD webhook integration, JWT refresh token rotation, audit log exportالمساعدة بالذكاء الاصطناعي لاقتراحات الإصلاح، تقارير متوافقة مع PCI-DSS v4.0، تكامل webhook CI/CD، تدوير رمز تحديث JWT، تصدير سجل التدقيقAI 驱动的修复建议辅助、PCI-DSS v4.0 对齐报告、CI/CD webhook 集成、JWT 刷新令牌轮换、审计日志导出Asistencia IA para sugerencias de remediación, informes alineados con PCI-DSS v4.0, integración webhook CI/CD, rotación de token de actualización JWT, exportación de registro de auditoría
SBOM generator (CycloneDX, SPDX beta), multi-language UI (EN/AR/ZH/ES), RBAC with three roles, Dockerfile analyzer, API key managementمولد SBOM (CycloneDX، SPDX تجريبي)، واجهة متعددة اللغات (EN/AR/ZH/ES)، RBAC بثلاثة أدوار، محلل Dockerfile، إدارة مفاتيح APISBOM 生成器 (CycloneDX, SPDX 测试版)、多语言界面 (EN/AR/ZH/ES)、三角色 RBAC、Dockerfile 分析器、API 密钥管理Generador SBOM (CycloneDX, SPDX beta), interfaz multilingüe (EN/AR/ZH/ES), RBAC con tres roles, analizador Dockerfile, gestión de claves API
Dockerfile static analysis with AI-assisted fix generation, PDF report export, GitHub Actions integration, notification channels (Slack, Discord)تحليل ثابت لـ Dockerfile مع توليد إصلاح بالذكاء الاصطناعي، تصدير تقارير PDF، تكامل GitHub Actions، قنوات إشعارات (Slack, Discord)Dockerfile 静态分析带 AI 辅助修复生成、PDF 报告导出、GitHub Actions 集成、通知渠道 (Slack, Discord)Análisis estático Dockerfile con generación de corrección asistida por IA, exportación de informes PDF, integración GitHub Actions, canales de notificación (Slack, Discord)

Next Priorities

الأولويات القادمة

下一步优先事项

Próximas prioridades

Kubernetes admission controller integration, runtime security monitoring, custom compliance frameworks, Jira integration, AWS ECR auto-scanتكامل وحدة التحكم في قبول Kubernetes، مراقبة أمن وقت التشغيل، أطر امتثال مخصصة، تكامل Jira، مسح تلقائي لـ AWS ECRKubernetes 准入控制器集成、运行时安全监控、自定义合规框架、Jira 集成、AWS ECR 自动扫描Integración de controlador de admisión Kubernetes, monitoreo de seguridad en tiempo de ejecución, marcos de cumplimiento personalizados, integración Jira, escaneo automático AWS ECR
Multi-cluster management, SOC 2 Type II reporting workflows, SaaS multi-tenant mode, Terraform provider, GitLab CI integration, EPSS-based vulnerability prioritizationإدارة متعددة الكتل، سير عمل تقارير SOC 2 Type II، وضع SaaS متعدد المستأجرين، مزود Terraform، تكامل GitLab CI، تحديد أولويات الثغرات بناءً على EPSS多集群管理、SOC 2 Type II 报告工作流、SaaS 多租户模式、Terraform 提供程序、GitLab CI 集成、基于 EPSS 的漏洞优先级排序Gestión multi-clúster, flujos de trabajo de informes SOC 2 Tipo II, modo SaaS multi-tenant, proveedor Terraform, integración GitLab CI, priorización de vulnerabilidades basada en EPSS

🤝10. Contributing#

🤝١٠. المساهمة#

🤝10. 贡献#

🤝10. Contribuir#

Fork → Branch → PR Workflow

سير عمل: انسخ → أنشئ فرعاً → طلب سحب

Fork → 分支 → PR 工作流

Flujo de trabajo: Fork → Rama → PR

# 1. Fork the repository on GitHub
# 2. Clone your fork
git clone https://github.com/YOUR_USERNAME/shieldops.git
cd shieldops

# 3. Create a feature branch
git checkout -b feat/my-feature      # or fix/my-bugfix

# 4. Make changes and commit
git add .
git commit -m "feat: add runtime monitoring integration"

# 5. Push to your fork
git push origin feat/my-feature

# 6. Open a Pull Request on GitHub
#    - Target branch: main
#    - Title must follow Conventional Commits
#    - Include: What, Why, How, Testing

Code Style

نمط الكود

代码风格

Estilo de código

  • Python:PEP 8 enforced viaflake8 + black (line length: 100)
  • JavaScript:ESLint with Airbnb base config
  • HTML/CSS:prettier + stylelint
  • Commit messages:Conventional Commits (feat:, fix:, docs:, refactor:, test:)
  • Branch naming:feat/ or fix/ prefix only — no dev-, feature/, or other prefixes

Pre-commit Checks

فحوصات ما قبل الالتزام

提交前检查

Verificaciones previas al commit

# Run all tests
pytest --cov=shieldops --cov-report=term-missing

# Lint Python
flake8 shieldops/ tests/

# Security scan
bandit -r shieldops/ -x tests/

# Type check (if type hints are used)
mypy shieldops/

Issue Templates

قوالب المشكلات

问题模板

Plantillas de issues

We provide three issue templates on GitHub:

نوفر ثلاثة قوالب مشكلات على GitHub:

我们在 GitHub 上提供三个问题模板:

Proporcionamos tres plantillas de issues en GitHub:

  • 🐛 Bug Report— Describe the bug, steps to reproduce, expected vs actual behavior, logs/screenshots
  • ✨ Feature Request— Use case, proposed solution, alternative approaches, priority
  • 🔒 Security DisclosureDo NOT open a public issue.Emailsecurity@shieldops-ai.dev instead. PGP key available on our website.
  • 🐛 تقرير خطأ— وصف الخطأ، خطوات إعادة الإنتاج، السلوك المتوقع مقابل الفعلي، سجلات/لقطات شاشة
  • ✨ طلب ميزة— حالة الاستخدام، الحل المقترح، البدائل، الأولوية
  • 🔒 إفصاح أمنيلا تفتح مشكلة عامة.أرسل بريداً إلكترونياً إلىsecurity@shieldops-ai.dev. مفتاح PGP متاح على موقعنا.
  • 🐛 错误报告— 描述错误、重现步骤、预期与实际行为、日志/截图
  • ✨ 功能请求— 用例、建议的解决方案、替代方法、优先级
  • 🔒 安全披露不要公开提交问题。请发送电子邮件至security@shieldops-ai.dev。PGP 密钥可在我们的网站上获取。
  • 🐛 Informe de error— Describa el error, pasos para reproducir, comportamiento esperado vs real, registros/capturas
  • ✨ Solicitud de función— Caso de uso, solución propuesta, enfoques alternativos, prioridad
  • 🔒 Divulgación de seguridadNo abra un issue público.Envíe un correo asecurity@shieldops-ai.dev. Clave PGP disponible en nuestro sitio web.

Security Disclosure Policy

سياسة الإفصاح الأمني

安全披露政策

Política de divulgación de seguridad

We take security seriously. If you discover a vulnerability, please follow our responsible disclosure process:

نحن نأخذ الأمان على محمل الجد. إذا اكتشفت ثغرة أمنية، يرجى اتباع عملية الإفصاح المسؤولة لدينا:

我们认真对待安全问题。如果您发现漏洞,请遵循我们的负责任的披露流程:

Tomamos la seguridad seriamente. Si descubre una vulnerabilidad, siga nuestro proceso de divulgación responsable:

  1. Emailsecurity@shieldops-ai.dev with details (do NOT open a public issue)
  2. Include: affected version, attack scenario, proof-of-concept (if available)
  3. We acknowledge within 24 hours and provide an ETA for the fix
  4. After the fix is released, we credit the reporter (unless anonymity is requested)
  5. أرسل بريداً إلكترونياً إلىsecurity@shieldops-ai.dev مع التفاصيل (لا تفتح مشكلة عامة)
  6. تضمين: الإصدار المتأثر، سيناريو الهجوم، إثبات المفهوم (إن وجد)
  7. نؤكد الاستلام خلال 24 ساعة ونقدم وقتاً تقديرياً للإصلاح
  8. بعد إصدار الإصلاح، ننسب الفضل للمُبلّغ (إلا إذا طلب عدم الكشف عن هويته)
  9. 发送电子邮件至security@shieldops-ai.dev 提供详细信息(不要公开提交问题)
  10. 包括:受影响的版本、攻击场景、概念验证(如有)
  11. 我们在 24 小时内确认并提供修复的预计时间
  12. 修复发布后,我们会感谢报告者(除非要求匿名)
  13. Envíe un correo asecurity@shieldops-ai.dev con detalles (NO abra un issue público)
  14. Incluya: versión afectada, escenario de ataque, prueba de concepto (si está disponible)
  15. Reconocemos dentro de 24 horas y proporcionamos un ETA para la corrección
  16. Después de lanzada la corrección, acreditamos al reportero (a menos que solicite anonimato)

SeeSECURITY.md in the repository root for the PGP key and full policy.

انظرSECURITY.md في جذر المستودع للحصول على مفتاح PGP والسياسة الكاملة.

请参阅仓库根目录中的SECURITY.md 了解 PGP 密钥和完整政策。

ConsulteSECURITY.md en la raíz del repositorio para la clave PGP y la política completa.