HASP is a local secret broker for coding agents.
Agents need credentials to run tests, call APIs, and deploy code. Copying those credentials into prompts, shell history, .env files, or repo-local notes makes the agent faster today and harder to trust tomorrow. HASP keeps secrets in a local encrypted vault and gives commands only the values they are allowed to use at runtime.
The core rule is:
Managed secret values must not enter agent context.
https://github.com/gethasp/hasp