Skip to main content

Projects

audit-packs

prakharsingh · github-action · 2026-06

Scanner-agnostic Compliance Intelligence Engine — normalizes SARIF from six OSS scanners, maps findings to eight compliance frameworks, and optionally adjudicates via a four-role LLM ensemble before posting inline PR evidence.

  • Ingests SARIF from Checkov, Semgrep, CodeQL, Trivy, tfsec, and gitleaks; any tool that emits SARIF can feed it — detection is never re-implemented
  • Maps findings to eight frameworks (NIST 800-53, SOC2, ISO 27001, PCI-DSS, FedRAMP, HIPAA, GDPR, org-policy) via crosswalk packs; adding a framework is a YAML file, no detection code
  • Optional four-role LLM adjudication ensemble (Detector → Verifier → Adversarial → Judge) with composite confidence scoring across six weighted signals; configurable model routing per role
  • Framework-specific detection agents (GDPR, HIPAA, SOC2, FedRAMP, OrgPolicy, DataFlow) cover controls static engines cannot observe; ships seven authored Semgrep rules for gap coverage
  • Outputs inline PR comments (diff-filtered, control-tagged), OSCAL assessment-results JSON, SEO-ready coverage HTML, aggregate SARIF, and a configurable severity gate
Open SourcePythonGitHub ActionsCheckovSemgrepTrivyCodeQLSARIFOSCALNIST 800-53SOC2ISO 27001LLM

Yggdrasil

LogKat · vscode-extension · 2026-05

VS Code sidebar extension for exploring and switching git worktrees.

  • Activity Bar panel that stays in sync with local git state automatically — lists all worktrees for the current project root
  • Branch Diff Explorer: expand any worktree to browse committed, staged, and untracked changes; double-click any file for a native side-by-side diff view
  • Smart Switch dialog with New Window, Replace Current, and Add to Workspace modes; optional 'remember my choice' preference
  • Published on VS Code Marketplace and Open VSX — available to VS Code, Cursor, and other Open VSX clients
Open SourceTypeScriptVS Code Extension APIgit

DubaiDeals.live

dubaideals-live · web-app · 2026-05

Every restaurant deal in Dubai — The Entertainer, Zomato, Careem, UAE bank programmes — on one map.

  • Aggregates deals from The Entertainer, Zomato, Careem, Talabat, Deliveroo, and UAE bank dining programmes (ADCB, Emirates NBD, HSBC, DIB, RAKBANK)
  • Answers 'what discounts can I get tonight, near me?' via a live map interface
  • Edge-first: Cloudflare Workers serve from KV cache refreshed by an hourly scraper cron — zero Supabase calls at request time
  • Bun monorepo with separate web (Astro v6 on Cloudflare Workers) and scraper packages
AstroCloudflare WorkersSupabaseBunTypeScript

Notes