skills-audit

Audit skill source files for credentials and publication blockers before mirroring.

2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/soumyaray/ray-ai-skills --skill skills-audit-soumyaray
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-audit
Source: https://github.com/soumyaray/ray-ai-skills/tree/main/.claude/skills/skills-audit
Command: npx skills add https://github.com/soumyaray/ray-ai-skills --skill skills-audit-soumyaray

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits local skill sources to identify personal references, credentials, and other blockers before mirroring them to the public ray-ai-skills repository.

Core Features & Use Cases

  • Hard-coded references checks: scans skill source files for personal paths, names, or private project mentions.
  • Credential scanning: flags potential secrets or credential-like patterns to prevent leakage.
  • Cross-skill leakage prevention: detects internal references or private URLs that should be neutralized before publishing.
  • Audit scope: can target a single skill, multiple skills, or all changed/new skills since the last sync.

Quick Start

Run an audit against a named skill or all changed/new skills using the /skills-audit command.

Frequently Asked Questions about skills-audit

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

FAQPage Schema
How do I scan source files for hardcoded credentials before publishing?

Scanning source files for hardcoded credentials before publishing involves running an audit that flags potential secrets and credential-like patterns to prevent leakage. This audit enforces checks for hardcoded paths, identity references, credentials, and private project references.

What is cross-skill leakage and how do I prevent it during repository mirroring?

Cross-skill leakage occurs when internal references or private URLs from one skill expose data in another during repository mirroring. Preventing cross-skill leakage requires auditing skill source files to detect and neutralize internal references before publishing to a public repo.

Can I audit only changed or new skills since the last sync instead of the whole repository?

Yes, you can audit only changed or new skills since the last sync instead of the whole repository. The audit scope can target a single skill, multiple named skills, or exclusively all changed and new skills since the last repository sync.

How do I check plan-file naming conventions for compliance before making skills public?

Checking plan-file naming conventions for compliance before making skills public is handled by an audit that enforces specific naming rules. The audit evaluates skill source files and returns a structured report highlighting any naming convention violations or publication blockers.

Does the audit require any external dependencies or linting tools to scan for personal references?

No, the audit does not require any external dependencies or linting tools to scan for personal references. It operates independently to check skill source files for personal paths, names, and private project mentions without needing additional components.