Sharing the whole repository
Unnecessary source code and configuration enter the conversation.
LOCAL-FIRST TOOLS FOR AI-ASSISTED BUILDERS
Dev Bento builds small developer tools for people who work with AI coding assistants. They prepare only the context an assistant needs, without uploading your code.
$ secret-bento handoff .
THE PROBLEM
Unnecessary source code and configuration enter the conversation.
API keys and connection details can easily hide in plain sight.
Work stalls while you translate a local problem into something AI can use.
We turn that pre-handoff step into a tool.
FIRST PRODUCT / OPEN SOURCE
# AI-safe handoff report
STATUS READY
SCANNER gitleaks
FINDINGS 2 redacted
## Finding SB-001
File src/config.rs:24
Secret ████████████
Action Rotate credential
✓ Raw values excluded
✓ AI prompt prepared
A Rust CLI that turns local secret-scan findings into redacted Markdown you can safely hand to an AI coding assistant.
cargo install secret-bento
OUR PRINCIPLES
Your source code and sensitive data stay in your environment.
One focused tool for one recurring problem, not a sprawling platform.
Portable files that make sense to both people and AI assistants.
No telemetry by default. Nothing leaves your machine unnoticed.
WHAT'S NEXT
Redact secret findings before asking an AI assistant for help.
Turn a repository into focused, AI-readable project context.
Translate a messy Git state into a clear next action.
BUILD WITH LESS EXPOSURE.