Projets
Outils open-source, recherche en sécurité, pipelines de données et expériences d'infrastructure cloud.
Aucun projet dans cette catégorie.
almamy.net
À la une ActifCaptures d'écran
A fully static Astro 6 site deployed on Cloudflare Pages, combining a professional portfolio with a live security feed powered by a Cloudflare Worker that polls NVD and CISA KEV APIs hourly. Features a full blog engine with MDX, a Starlight-powered knowledge base, interactive certification quizzes built with Preact, and a projects showcase. Built with Tailwind CSS 4 and Pagefind for full-text search.
Rôle
Designer & Full-Stack Developer
Résultats
- Fully static output — sub-100ms TTFB on Cloudflare edge
- Live CVE feed with severity filtering and KEV badge
- Interactive quiz engine with localStorage score persistence
- Pagefind full-text search across all pages
SecureCI Pipeline Templates
À la une ActifCaptures d'écran
A reusable GitLab CI/CD template library designed to embed security scanning directly into development pipelines with zero configuration for standard projects. Templates cover the full application security spectrum: SAST via SonarQube, DAST via OWASP ZAP, SCA via Snyk, container image scanning via Trivy, and secret detection. Each stage runs in parallel where possible, with configurable fail thresholds and SARIF report artefacts.
Rôle
DevSecOps Engineer
Résultats
- Reduced security onboarding time from days to hours for new projects
- SARIF reports integrated into GitLab Security Dashboard
- Zero-config adoption for standard Node.js and Python projects
Medallion Data Platform
À la une Confidentiel ActifDétails confidentiels pour le client.
CVE Fetcher Worker
ActifCaptures d'écran
A lightweight Cloudflare Worker written in TypeScript that runs on a cron schedule to fetch recent CVE data from the NVD REST API v2.0 and cross-reference entries against the CISA Known Exploited Vulnerabilities catalogue. Results are normalised, ranked by CVSS score, and stored in Cloudflare KV with a 2-hour TTL. The worker exposes a single GET /api/cves endpoint consumed by the CveFeed island on the security page.
Rôle
Backend Developer
Résultats
- Sub-50ms API response time via KV cache
- Automated hourly refresh via Cloudflare Cron Triggers
- CISA KEV cross-referencing for high-priority flagging
ISO 27001 Audit Toolkit
Confidentiel ArchivéDétails confidentiels pour le client.
K8s Security Hardening Playbook
ArchivéCaptures d'écran
A collection of Ansible playbooks and Helm charts that harden Kubernetes clusters to CIS Kubernetes Benchmark v1.8 and enforce Pod Security Standards across all workload namespaces. Includes OPA Gatekeeper policies for image registry allowlisting, a pre-configured Falco ruleset for runtime threat detection, and kube-bench integration that produces a pass/fail report against each benchmark section.
Rôle
Cloud Security Engineer
Résultats
- CIS Benchmark score improved from 42% to 94% pass rate
- Falco ruleset catches container escape attempts within 200ms
- Fully idempotent — safe to run on live clusters