Jitpass puts Mac developer secrets behind Touch ID for coding agents Meni Tasa's Jitpass introduces a security layer that moves plaintext developer credentials from files like .env, shell history, and AWS configuration into an encrypted local vault, releasing each value only to approved processes after a Touch ID prompt. The tool, whose public repository showed 587 commits on GitHub as of August 15, 2026, replaces exposed values with decoys or hooks to protect against coding agents that can read files under the developer's account. Jitpass supports credentials for AWS, Terraform, Kubernetes, Docker, Google Cloud, .npmrc, .netrc, and MCP, with wrappers for tools like GitHub CLI, Stripe, Vercel, Claude, Codex, Gemini, and Cursor Agent. Meni Tasa @menitasa https://x.com/menitasa?ref=runtimewire is building a security layer for the credentials scattered across a developer's Mac: Jitpass https://jitpass.com/?ref=runtimewire , the maker of jit https://github.com/jitpass/jit?ref=runtimewire , finds plaintext secrets, moves them into an encrypted local vault and releases each value only when an approved process needs it. The project attacks an old security weakness that has become harder to ignore as coding agents gain broad access to developers' files and shells. API keys and cloud credentials still sit in .env files, shell history, AWS configuration, .npmrc files and MCP server settings. Any program running under the developer's account can usually read them. An AI agent can also copy those values into a transcript, log or remote model request. Tasa's answer is to remove the real credential from the file without breaking the tool that expects to find it there. Jitpass replaces exposed values with decoys, redactions or hooks, then injects the real secret into an authorized process after a Touch ID prompt. The public repository https://github.com/jitpass/jit?ref=runtimewire showed active development on August 15, 2026, with 587 commits listed on GitHub. Tasa describes himself in his public biography https://medium.com/@menitasa/about?ref=runtimewire as a cybersecurity operations leader with over a decade of experience across networking, IT and security. He also founded the CyberBrief Project, an educational effort covering attacker techniques and practical defenses. That operations background shows in jit's design: the utility is built around the messy places where working developers actually leave credentials, rather than assuming every secret already lives in a centrally managed vault. Replacing files without replacing workflows Jitpass divides the cleanup into three main actions. jit scan searches a user's home directory for exposed credentials without modifying files or printing the secret values. jit migrate moves supported credentials into the vault and rewrites their original locations. jit run --