MAINTAINED IN PUBLIC

Open source we maintain ourselves

50 projects we build, ship and support in the open. Every entry names its OSI license, its primary stack and the specific part we own, so you can check the claim against the repository before you depend on it.

The catalogue

50 projects, one license field

The license sits in the slot Google One gives the price, because it is the fact that decides whether you can adopt a dependency. Filter by category or by release status.

Status

Showing 50 of 50 open-source projects.

Production

DSI Secrets Broker

Go

License

Apache-2.0

A sidecar that rotates secrets into running containers without a redeploy, using a KMS-backed lease per process.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Leases, rotation backoff and the OPA policy bundle.

1.4k stars · since 2023

Open project
Production

DSI Policy Engine

Rust

License

Apache-2.0

A Rego-compatible evaluator that resolves authorization decisions at the edge and emits a signed audit record per decision.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Decision-log signing and the edge cache.

980 stars · since 2024

Open project
Production

DSI VAPT Scanner

Python

License

MIT

A SAST and dependency-audit scanner that emits SARIF, so findings land in the same pipeline as lint.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Rule packs mapped to OWASP ASVS.

2.1k stars · since 2022

Open project
Production

DSI SBOM CLI

Go

License

Apache-2.0

Generates CycloneDX and SPDX SBOMs from a container image or a lockfile, with a diff mode for release gates.

What DEV SEC IT contributes

Maintained by DEV SEC IT. CycloneDX writer and the CI diff gate.

760 stars · since 2024

Open project
Beta

DSI OTel Collector Contrib

Go

License

Apache-2.0

OpenTelemetry collector processors for multi-tenant trace routing and per-tenant sampling budgets.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Tenant routing and sampling-budget processors.

420 stars · since 2025

Open project
Beta

DSI Multitenant Operator

Go

License

Apache-2.0

A Kubernetes operator that provisions isolated tenant namespaces with per-tenant quotas and network policies.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Quota reconciler and default-deny policy synthesis.

310 stars · since 2025

Open project
Production

DSI Safe Migrations

TypeScript

License

MIT

A schema migration runner that refuses to drop a column until the code that reads it has been removed, checked against the deploy history.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Deploy-history analyser and the expand/contract checker.

1.1k stars · since 2023

Open project
Production

DSI Durable Queue

TypeScript

License

Apache-2.0

A Postgres-backed queue with exactly-once delivery, visibility timeouts and a replayable dead-letter table.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Replay tooling and the backpressure controller.

1.8k stars · since 2022

Open project
Production

DSI Feature Flags

Go

License

MIT

Flag evaluation with percentage rollouts, per-tenant overrides and an audit trail of every evaluation.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Evaluation cache and the tenant override API.

2.4k stars · since 2021

Open project
Beta

DSI RAG Gateway

Python

License

Apache-2.0

A retrieval gateway that redaction-logs every chunk leaving the trust boundary, so a prompt-injection probe is attributable.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Redaction log and the retrieval allowlist.

690 stars · since 2025

Open project
Beta

DSI Prompt Registry

Python

License

Apache-2.0

Versioned prompts stored with their eval set, so a prompt change is reviewed like a code change.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Diff view and the regression runner.

540 stars · since 2025

Open project
Incubating

DSI Compact Vector Index

Rust

License

Apache-2.0

An on-disk vector index with product quantization, sized so a single-node deployment handles a few million vectors.

What DEV SEC IT contributes

Maintained by DEV SEC IT. The quantization codec and the mmap reader.

180 stars · since 2025

Open project
Beta

DSI LLM Proxy

Go

License

Apache-2.0

A routing proxy in front of multiple model providers with per-tenant spend caps and a hard PII redaction stage.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Spend caps, redaction stage and the fallback router.

1.3k stars · since 2024

Open project
Production

DSI Steady ETL

Python

License

Apache-2.0

A batch orchestrator that resumes from the last committed checkpoint instead of reprocessing a partition.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Checkpoint store and the idempotency guard.

900 stars · since 2023

Open project
Production

DSI Accessible Charts

TypeScript

License

MIT

SVG chart primitives that ship a table fallback and keyboard navigation, so a chart is readable without a mouse.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Keyboard model and the table-fallback generator.

1.2k stars · since 2023

Open project
Production

DSI Schema Forms

TypeScript

License

MIT

Renders a form from a JSON Schema, with server-side validation reusing the same schema so client and server cannot disagree.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Shared validator and the conditional-field resolver.

1.6k stars · since 2022

Open project
Production

DSI Token Pipeline

TypeScript

License

Apache-2.0

Compiles design tokens into CSS, Tailwind and iOS/Android assets from one source, and fails the build on an orphaned token.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Orphan detection and the contrast audit step.

830 stars · since 2024

Open project
Beta

DSI Locale Kit

TypeScript

License

MIT

Message catalogues with per-locale length budgets, so a German string cannot silently break a fixed-width button.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Length budgets and the pseudo-locale fuzzer.

390 stars · since 2025

Open project
Production

DSI Chunked Upload

TypeScript

License

MIT

Resumable uploads that survive a dropped connection by checkpointing each part server-side, with client-side hashing.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Part checkpointing and the hash verifier.

1.0k stars · since 2023

Open project
Production

DSI Signed Webhooks

Go

License

Apache-2.0

Webhook delivery with HMAC signatures, a monotonic event id and an at-least-once retry contract the receiver can dedupe against.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Signature scheme and the replay-window check.

1.5k stars · since 2022

Open project
Production

DSI Edge Gateway

Go

License

Apache-2.0

An API gateway that terminates mTLS, enforces per-client scopes and records every call for replay.

What DEV SEC IT contributes

Maintained by DEV SEC IT. mTLS termination and the scope matcher.

1.9k stars · since 2021

Open project
Production

DSI Verified Backup

Go

License

Apache-2.0

Backups that are restored into a scratch namespace on a schedule, because an untested backup is not a backup.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Restore verification job and the integrity report.

640 stars · since 2024

Open project
Beta

DSI Spend CLI

Python

License

MIT

Reads a cloud bill and attributes each line to a service and owner tag, then flags the week-over-week outliers.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Bill parser and the anomaly detector.

520 stars · since 2025

Open project
Production

DSI Structured Logs

Go

License

Apache-2.0

A logging sidecar that normalises fields across languages and drops anything matching a PII pattern before it leaves the host.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Field normaliser and the redaction filter.

870 stars · since 2023

Open project
Production

DSI Trace CLI

Go

License

MIT

Reads an OpenTelemetry trace file and prints the critical path, so a slow request is explained without a dashboard.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Critical-path extraction and the span filter.

610 stars · since 2024

Open project
Production

DSI SLO Calculator

TypeScript

License

MIT

Turns a target availability into a monthly error budget and an allowed downtime figure, with the arithmetic shown.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Multi-window burn-rate evaluation.

450 stars · since 2024

Open project
Production

DSI Contract Harness

TypeScript

License

Apache-2.0

Runs consumer-driven contract tests in CI against a provider stub, so a breaking change fails the build that introduced it.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Provider stub generator and the diff report.

1.1k stars · since 2023

Open project
Production

DSI Devcontainer Toolkit

Shell

License

MIT

Pinned devcontainer definitions per stack, so onboarding is a clone and a make target rather than a wiki page.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Image pinning and the cache layer.

720 stars · since 2024

Open project
Beta

DSI OpenAPI Mock

TypeScript

License

Apache-2.0

Generates a stateful mock server from an OpenAPI document, so front-end work is not blocked on a backend that is not built yet.

What DEV SEC IT contributes

Maintained by DEV SEC IT. State machine inference and the fault-injection mode.

1.4k stars · since 2023

Open project
Production

DSI Secrets Sync

Go

License

Apache-2.0

One-way sync of secrets from Vault into a Kubernetes External Secrets store, with drift detection and an alert.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Drift detector and the rotation watcher.

560 stars · since 2024

Open project
Beta

DSI CDN Purge

Go

License

MIT

Purges a tagged URL set across every CDN edge after a deploy, with a signed purge request and a retry queue.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Tag expansion and the multi-CDN retry queue.

340 stars · since 2025

Open project
Production

DSI A11y Audit

TypeScript

License

MIT

Runs axe-core plus a keyboard-trap check and reports the failing selector, not just the rule name.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Selector reporting and the keyboard-trap detector.

680 stars · since 2024

Open project
Beta

DSI Perf Budget

TypeScript

License

MIT

Fails CI when a bundle or a Core Web Vital budget regresses, and prints the diff against the base branch.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Base-branch diff and the budget config schema.

470 stars · since 2025

Open project
Production

DSI Docgen

TypeScript

License

Apache-2.0

Reads an OpenAPI document and emits reference docs plus runnable examples in five languages, checked in CI so they cannot rot.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Example runner and the drift check.

810 stars · since 2022

Open project
Beta

DSI Feature Store

Python

License

Apache-2.0

An offline and online feature store that guarantees a feature computed offline equals the one served online, checked per value.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Training/serving skew detector.

1.7k stars · since 2023

Open project
Production

DSI dbt Contract Tests

Python

License

Apache-2.0

Asserts column types, nullability and freshness as data contracts, so a schema break fails before a dashboard does.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Contract schema and the freshness gate.

620 stars · since 2024

Open project
Production

DSI Doc OCR

Python

License

Apache-2.0

A PaddleOCR-based pipeline for Indian documents that keeps the bounding boxes, so a field can be traced to its region of the image.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Layout model for Indian forms and the box exporter.

950 stars · since 2023

Open project
Production

DSI License Scan

Go

License

Apache-2.0

Resolves every transitive dependency to an SPDX identifier and fails the build on a copyleft dependency in a proprietary product.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Transitive resolver and the policy gate.

740 stars · since 2024

Open project
Beta

DSI Consent Ledger

TypeScript

License

Apache-2.0

An append-only log of consent grants and revocations, hash-chained so a gap in the chain is detectable.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Hash chaining and the retention policy engine.

500 stars · since 2025

Open project
Production

DSI Audit Logger

Go

License

Apache-2.0

Tamper-evident audit logging for regulated workloads, with the hash chain exported in a format an auditor can verify offline.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Chain export and the offline verifier.

590 stars · since 2023

Open project
Incubating

DSI Consent Kit

TypeScript

License

MIT

A DPDP 2023 notice-and-consent flow with purpose limitation enforced at the API layer, not just in the UI.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Purpose registry and the API-layer guard.

210 stars · since 2025

Open project
Beta

DSI SLSA Provenance

Go

License

Apache-2.0

Emits SLSA v1.0 provenance for every build, signed with Sigstore, so a released artifact can be traced to its source commit.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Sigstore signing and the provenance attestor.

430 stars · since 2025

Open project
Production

DSI Data Grid

TypeScript

License

MIT

A virtualised grid for very large client datasets with server-side sort and a keyboard-first cell navigation model.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Virtualisation and the cell navigation model.

1.3k stars · since 2022

Open project
Production

DSI Store

TypeScript

License

MIT

A small state container with selector subscriptions and a devtools time-travel panel, scoped per tenant.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Selector memoisation and the time-travel panel.

2.0k stars · since 2021

Open project
Production

DSI Model Serving

Python

License

Apache-2.0

A model server with canary rollouts, shadow traffic and a rollback that is one manifest edit rather than a redeploy.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Shadow-traffic mirror and the canary controller.

1.1k stars · since 2023

Open project
Beta

DSI RAG Eval

Python

License

Apache-2.0

Measures retrieval recall and answer faithfulness against a labelled set, and fails the pipeline when either regresses.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Faithfulness scorer and the regression gate.

480 stars · since 2025

Open project
Production

DSI Envelope Encryption

Go

License

Apache-2.0

Envelope encryption with per-tenant data keys and an external KMS, so a database leak does not expose plaintext.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Key-rotation path and the tenant data-key cache.

860 stars · since 2022

Open project
Production

DSI Cache Stampede Guard

Go

License

MIT

Collapses a thundering herd into a single upstream call using a lease, so a hot key expiry does not become an outage.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Lease protocol and the stale-while-revalidate path.

670 stars · since 2023

Open project
Beta

DSI Sync Engine

TypeScript

License

Apache-2.0

Offline-first sync with a last-writer-wins register per field and a CRDT option for collaborative documents.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Field-level merge and the CRDT adapter.

580 stars · since 2025

Open project
Production

DSI Schema Guard

TypeScript

License

MIT

Blocks a breaking GraphQL schema change at CI by diffing against the deployed schema and classifying each field removal.

What DEV SEC IT contributes

Maintained by DEV SEC IT. Breaking-change classifier and the deprecation planner.

700 stars · since 2024

Open project