zero-trust-secret-vault

zero-trust-secret-vault is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 60 tokens per session (905 once invoked), scanned A, original, MIT.

A guide to storing application secrets such as API keys, database passwords, and TLS certificates in dedicated secret managers instead of source files.

In plain words
What is it for?
Use it to configure Infisical, HashiCorp Vault, or Doppler, inject secrets at runtime, rotate credentials, and review access records.
Why use it?
It helps prevent credentials from leaking through repositories, production files, or CI/CD pipelines, and supports controlled access and rotation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure Infisical, HashiCorp Vault, or Doppler, inject secrets at runtime, rotate credentials, and review access records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/zero-trust-secret-vault
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add roedyrustam/vibes-plug --skill zero-trust-secret-vault
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zero-trust-secret-vault

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/zero-trust-secret-vault/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/zero-trust-secret-vault)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/zero-trust-secret-vault"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/zero-trust-secret-vault/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zero-trust-secret-vault

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/zero-trust-secret-vault"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/zero-trust-secret-vault.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00905
Opus 5 $0.00030 $0.00452
Sonnet 5 $0.00012 $0.00181
Haiku 4.5 $0.00006 $0.00090

Measured 7d ago against content hash 7e3415c53e3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

zero-trust-secret-vault scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/zero-trust-secret-vault/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Zero-Trust Secret Vault & Credential Security Expert

English | Bahasa Indonesia


English

Purpose & Overview

Production-grade security standards for managing application secrets, environment variables, API keys, database credentials, and TLS certificates using Zero-Trust Secret Managers — Infisical, HashiCorp Vault, and Doppler — featuring automated secret rotation, dynamic credentials, and zero plain-text leaks in repositories or CI/CD pipelines.

Key Capabilities

  • Zero Plain-Text Secrets: Injecting encrypted secrets at runtime without storing .env files in production artifacts.
  • Automated Rotation: Programmatic rotation of API keys, JWT secrets, and database passwords.
  • Audit Logging: Tracking secret access, version history, and permission policies across development teams.
# Infisical CLI Runtime Secret Injection
infisical run -- env | grep DATABASE_URL

Implementation Checklist

  • Install Infisical CLI or Vault agent in the deployment environment.
  • Map environment variables (Development, Staging, Production) in the Secret Manager.
  • Configure CI/CD pipeline to inject secrets dynamically rather than using .env files.
  • Set up auto-rotation for database credentials and high-privilege API keys (e.g., every 30 days).

Example: Node.js Infisical SDK

import { InfisicalClient } from "@infisical/sdk";

const client = new InfisicalClient({
  clientId: process.env.INFISICAL_CLIENT_ID,
  clientSecret: process.env.INFISICAL_CLIENT_SECRET
});

const dbPassword = await client.getSecret("DATABASE_PASSWORD", {
  environment: "prod",
  path: "/database"
});

Orchestration & Integration

  • Integrates with: ci-cd-devops-architect, authentication-identity-expert, mcp-server-architect.

Bahasa Indonesia

Deskripsi

Standar keamanan tingkat produksi untuk pengelolaan rahasia aplikasi, variabel lingkungan, kunci API, kredensial database, dan sertifikat TLS menggunakan Secret Manager Zero-Trust — Infisical, HashiCorp Vault, dan Doppler — dengan rotasi rahasia otomatis dan jaminan tanpa kebocoran teks polos di repositori atau pipeline CI/CD.

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 89 lines · 60 tokens per session scan A 7e3415c53e3e

Subscribe to this mod's changes

zero-trust-secret-vault is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed 3d ago), licensed MIT. It adds 60 tokens to every session and 905 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ci-cd-and-automation

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

addyosmani/agent-skills · 45 tokens

review-tooling

Detect what dev tooling infrastructure a project has and flag gaps across linters, formatters, pre-commit hooks, test runners, and CI/CD pipelines. Returns structured findings without applying changes. Use when the user asks to "review tooling", "check project tooling", "what tooling is missing", "review dev…

tobihagemann/turbo · 74 tokens

nx-ci-monitor

Monitor Nx Cloud CI pipeline status and handle self-healing fixes automatically. Use when user says "watch CI", "monitor pipeline", "check CI status", "fix CI failures", or "self-heal CI". Requires Nx Cloud connection. Do NOT use for local task execution (use nx-run-tasks) or general CI debugging outside Nx Cloud.

tech-leads-club/agent-skills · 74 tokens

perf-lighthouse

Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, and set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance…

tech-leads-club/agent-skills · 92 tokens

gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Uses gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treats external providers (for example Buildkite) as out of scope and reports only the details URL. Do…

tech-leads-club/agent-skills · 95 tokens

nx-workspace

Configure, explore, and optimize Nx monorepo workspaces. Use when setting up Nx, exploring workspace structure, configuring project boundaries, analyzing affected projects, optimizing build caching, or implementing CI/CD with affected commands. Keywords — nx, monorepo, workspace, projects, targets, affected. Do NOT…

tech-leads-club/agent-skills · 87 tokens