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 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 and Pagefind for full-text search.
Rôle
Developer
Résultats
- Fully static output - sub-100ms TTFB on Cloudflare edge
- Live CVE feed with severity filtering and KEV badge
- Pagefind full-text search across all pages
Secure CI Pipeline Templates
À la une Confidentiel ActifDétails confidentiels pour le client.
Medallion Data Platform
À la une Confidentiel ActifDétails confidentiels pour le client.
CVE Fetcher Worker
ActifA 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