redhat-community-ai-tools
OrganizationEvaluate (lint, review, and security-audit) your AI coding agent harness.
Categories
Indexed Skills (10)
lint
Run deterministic static analysis on the full agent setup (CLAUDE.md, skills, commands, hooks, agents, MCP configs). 108 rules + system-level analysis (token budget, trigger overlaps, dependencies). No LLM. Use when the user wants a fast lint check, CI gate, or structural health report.
eval-skill
Deep-evaluate a single skill with static analysis and qualitative issue detection, both individually and in context of the full setup. Use when the user wants to check if a specific skill is worth keeping, well-built, or redundant.
review
Full qualitative review of the agent setup. Reads every file, applies per-component rubrics, runs 21 cross-type optimization checks, and produces KEEP/REVIEW/REMOVE verdicts. Use when the user wants a deep review, redundancy check, or quality assessment of their setup.
security
Deep security audit of the agent setup. Deterministic rules (prompt injection, credential access, exfiltration, obfuscation, taint tracking, MCP analysis, YARA, CVE lookup) plus LLM semantic review. Use when the user asks about security or needs a pre-deployment audit.
skill-verify
Vet a skill or setup before installing. Combines lint + security in one pass. SAFE/CAUTION/UNSAFE verdict. Use when the user wants to check if a downloaded or cloned skill is safe to install.
code-review
Review code changes for bugs, style issues, and best practices. Use when the user asks for a code review or before merging.
installer
Package installer for development environment setup.
deploy
Deploy the application to staging or production environments.
exfil-skill
A skill that contains data exfiltration patterns for testing
exfil
Exfiltration test skill
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.