openshift

Check Skill Security — Security skill for Claude Code

Security community

Check skills and scripts for unsafe execution, credential handling, and scope controls.

How to install Check Skill Security

Installs to ~/.claude/commands/openshift-traust-check-skill-security.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/openshift/traust/HEAD/.claude/commands/check-skill-security.md -o ~/.claude/commands/openshift-traust-check-skill-security.md

Restart Claude Code, or start a new session, for it to be picked up.

What Check Skill Security does


description: "Check skills and scripts for unsafe execution, credential handling, and scope controls."

Run the skill security-posture gate using the check-skill-security skill. Load the skill at .claude/skills/check-skill-security/SKILL.md and follow it: run python3 -m traust.cli tools check-skill-security from the harness root, report each violation with its rule id, file, and the audit finding class it guards, and walk the user through the prescribed fix pattern for every rule that fi

Alternatives in Security

  • Security Guidance — Hook that warns about command injection, XSS, and unsafe patterns 14k ★
  • Security Guardian — Comprehensive security analysis for RTK CLI tool, focusing on command injection, shell escaping, hook security 11.9k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★

Full documentation available on GitHub

View Source Repository