pymayfly
Identity-Per-Transaction credential library for regulated data pipelines โ "like a mayfly, these credentials live for exactly one transaction." Published to PyPI.
View on GitHub โStaff Data Engineer ยท Founder/PI, Deterministic Systems Lab
I build zero-trust data pipelines for the most regulated environments in healthcare, fintech, and federal government โ and speak and write about what actually breaks in production.
Identity-Per-Transaction credential library for regulated data pipelines โ "like a mayfly, these credentials live for exactly one transaction." Published to PyPI.
View on GitHub โGenerates Unreal Engine levels from natural-language prompts: a Go orchestration service turns intent into a deterministic scene recipe (Poisson-disk scatter + spatial-hash overlap rejection), paired with a UE5 editor plugin that streams the result into the viewport.
View on GitHub โSecurity research demonstrating 96% re-identification of "anonymized" fleet telemetry via a multi-pass spatiotemporal sieve algorithm, with a synthetic dataset for reproducibility.
View on GitHub โPyCon US 2026 ยท May 16, 2026
Building a serverless data pipeline that satisfies FedRAMP High while handling Protected Health Information is typically a nightmare of encryption management and rigid access controls. This talk dissects a production federal life-sciences pipeline that replaces static service accounts with ephemeral Python logic: an identity broker that mints a unique, cryptographically scoped IAM credential for every file transaction and destroys it milliseconds later, a streaming de-identification layer built on Python generators and Microsoft Presidio to tokenize PII in-memory before it reaches the data lake, and structured logging patterns that produce immutable, audit-ready JSON trails โ showing how Python can solve the "Non-Human Identity" crisis in high-stakes environments.
Learn more โIEEE BigDataSecurity 2026 ยท May 10, 2026
As healthcare research migrates petabyte-scale genomic and clinical data to the cloud, traditional perimeter-based security models violate zero-trust principles and let a single compromised credential expose an entire data lake. This paper proposes a shift from identity-per-user to identity-per-transaction, presenting a serverless zero-trust reference architecture (AWS Lambda/Glue) that uses a just-in-time identity broker and a clean-room, streaming de-identification layer to scope permissions to the lifecycle of a single batch event. Evaluated in a production FedRAMP High environment, the architecture cuts the blast radius of a compromised identity by over 99.9% while preserving linear throughput scalability โ proving that rigorous federal compliance doesn't have to come at the cost of cloud agility.
Learn more โUSENIX PEPR '26 ยท June 1, 2026
Non-human identity โ the long-lived, over-privileged service accounts powering automated pipelines โ is the fastest-growing and least-examined attack surface in cloud data environments; in federal healthcare systems under FedRAMP High, a single compromised ingestion role can mean bucket-wide access for up to 90 days. This talk presents a production case study of an Identity-Per-Transaction (IPT) pipeline deployed for a federal life sciences agency that issues a unique, cryptographically scoped, ephemeral credential for every file-ingestion event and destroys it milliseconds later, including the operational realities of running it in production โ latency, concurrency race conditions, and debugging credentials that no longer exist โ plus an honest reckoning with the approach's limits: the identity broker remains a bounded but non-zero root of trust, and eliminating credential-mediated access risk is not the same as solving genomic data anonymization.
Learn more โ