zero-static-credentials

Enforce short-lived token-based access patterns for human, CI/CD, and operational access.

28|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/oborchers/fractional-cto --skill zero-static-credentials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zero-static-credentials
Source: https://github.com/oborchers/fractional-cto/tree/main/cloud-foundation-principles/skills/zero-static-credentials
Command: npx skills add https://github.com/oborchers/fractional-cto --skill zero-static-credentials

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical security vulnerability of static credentials (API keys, SSH keys, VPN files) by enforcing modern, short-lived, and centrally revocable token-based access patterns.

Core Features & Use Cases

  • Eliminates Static Credentials: Removes the risk associated with long-lived API keys, SSH keys, and VPN configurations.
  • Enforces Modern Access Patterns: Implements secure human access via SSO, CI/CD access via OIDC federation, and operator access via session management.
  • Use Case: When configuring cloud access for a new developer or a CI/CD pipeline, this Skill ensures that only temporary, role-based credentials are used, drastically reducing the attack surface.

Quick Start

Configure your cloud provider to use OIDC federation for CI/CD pipelines instead of storing static API keys.

Frequently Asked Questions about zero-static-credentials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I eliminate static credentials from my cloud infrastructure?

To eliminate static credentials, enforce short-lived, token-based access patterns by integrating SSO for human users, OIDC federation for CI/CD pipelines, and session management for operational access. This removes long-lived API keys and SSH keys.

What is OIDC workload identity federation for CI/CD pipelines?

OIDC workload identity federation is a secure access pattern that allows CI/CD pipelines to authenticate with cloud providers using short-lived tokens instead of storing static API keys, drastically reducing the attack surface.

How does SSO integration secure human access to cloud resources?

SSO integration secures human access by replacing static SSH keys and VPN files with centrally revocable, temporary role-based credentials. It enforces modern authentication flows to mitigate security risks associated with long-lived credentials.

Can I use session-based instance access for operational cloud tasks?

Yes, session-based instance access provides secure operational access by replacing static VPN configurations with temporary, centrally managed sessions. It adheres to cloud provider best practices for credential lifecycle management and access control.

What are the limitations of using short-lived tokens for cloud access?

Short-lived tokens require strict adherence to cloud provider best practices for credential lifecycle management. Limitations include the need for continuous SSO integration and OIDC federation configuration rather than simple static API key storage.

What is the best way to configure CI/CD pipelines without static API keys?

The best way to secure CI/CD pipelines without static API keys is configuring your cloud provider to use OIDC federation. This enforces modern access patterns by issuing temporary, role-based credentials for pipeline workloads.