openshift

Check Licensing — Development skill for Claude Code

Development community

Check bundled content licensing or review the license of a proposed external dependency.

How to install Check Licensing

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

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

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

What Check Licensing does


description: "Check bundled content licensing or review the license of a proposed external dependency."

Run the harness licensing gate using the check-licensing skill. Load the skill at .claude/skills/check-licensing/SKILL.md and follow it: run python3 -m traust.cli tools check-content-licenses (restrictive content-license markers, PEACH-adaptation fingerprints, CIS recommendation-text signatures) and report violations with the fix being removal of the flagged text, never guard edits. I

Alternatives in Development

  • License — Check that every Python source file carries the required SPDX Apache-2.0 license header 1.1k ★
  • External Tools Health — External Tools Health Check 402 ★
  • Attribution — Bundled Skill Attribution 213 ★

Full documentation available on GitHub

View Source Repository