conforming

Validate credentialed CLI fixtures for secure secret handling and conventions.

15|5|Updated May 4, 2026
One-click install
npx skills add https://github.com/eugenelim/agent-ready-repo --skill conforming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conforming
Source: https://github.com/eugenelim/agent-ready-repo/tree/main/packages/agentbundle/tests/fixtures/creds/skills/conforming
Command: npx skills add https://github.com/eugenelim/agent-ready-repo --skill conforming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a no-op credentialed CLI fixture that helps validate skill conventions, secure secret handling, and lint expectations without exposing tokens or performing real side effects.

Core Features & Use Cases

  • Credentialed CLI Fixture: Supplies a minimal authenticated command-line workflow for automated checks and repository test suites.
  • Security Rule Validation: Confirms secrets stay in approved storage locations and that token flags are rejected.
  • Conventions Testing: Supports linting and compliance tests that verify a skill meets credential-handling requirements before release.

Quick Start

Use this skill to validate a credentialed CLI fixture and confirm the skill follows secure credential rules and conventions checks.

Frequently Asked Questions about conforming

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

FAQPage Schema
How do I validate secure credential handling for a CLI skill fixture?

Validate secure credential handling for a CLI skill fixture by running a no-op fixture that confirms secrets stay in environment variables, keyring, or credentials.env files while rejecting token flags and preventing secret disclosure.

What is a credentialed CLI fixture and when do I need it for testing?

A credentialed CLI fixture is a minimal authenticated command-line workflow used for automated checks. You need it when running repository tests or linting to verify a skill meets credential-handling requirements before release.

How do I test that a CLI skill refuses token flags and avoids secret disclosure?

Test that a CLI skill refuses token flags by applying conventions linting and agentbundle scenarios that exercise authenticated command-line behavior, ensuring secrets are loaded only from approved storage locations without exposure.

Can I use a no-op CLI fixture to test skill conventions without exposing real tokens?

Yes, you can use a no-op CLI fixture to validate skill conventions and secure secret handling. It performs no real side effects, allowing you to test authentication workflows and lint expectations without exposing actual tokens.

Does validating credentialed CLI skills require loading secrets from a keyring?

Validating credentialed CLI skills supports loading secrets from a keyring, as well as from environment variables or credentials.env files. The fixture requires secret loading from these approved storage locations to pass compliance checks.

What are the limitations of using a no-op fixture for credentialed CLI testing?

The limitation of using a no-op fixture for credentialed CLI testing is that it performs no real side effects, meaning it validates conventions and security rules but does not verify actual command-line execution behavior or real authentication responses.