← Public packages
@noah/bitwarden-secrets
Use Bitwarden Secrets Manager with Kody to securely store and use secrets in packages and ad hoc scripts, without ever exposing them to an AI agent.
package.json
23 lines · 561 B · JSON{
"name": "@noah/bitwarden-secrets",
"version": "1.0.0",
"type": "module",
"exports": {
".": "./index.ts",
"./secretProvider": "./secret-provider.ts"
},
"kody": {
"description": "Use Bitwarden Secrets Manager with Kody to securely store and use secrets in packages and ad hoc scripts, without ever exposing them to an AI agent.",
"category": "integrations",
"tags": [
"bitwarden",
"secrets",
"vault",
"secret-provider"
],
"secretProvider": {
"id": "bitwarden"
}
},
"private": true
}