command-development

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFE
Full Analysis
  • Instructional Content: The skill is primarily composed of Markdown documentation and practical examples designed to teach developers how to create Claude Code slash commands. It does not execute malicious operations during its own invocation.
  • Dynamic Context Documentation: The skill provides guidance on using the !command`` syntax to include shell command output in prompts. It responsibly pairs this with security best practices, such as using the allowed-tools frontmatter field to implement the principle of least privilege (e.g., restricting access to specific tools like Bash(git:*)).
  • Input Validation Guidance: A significant portion of the documentation (e.g., in SKILL.md and references/plugin-features-reference.md) is dedicated to teaching developers how to validate user-supplied arguments and check for resource existence to prevent command injection or unexpected behavior.
  • Example Command Patterns: The included examples (e.g., examples/simple-commands.md) demonstrate routine development tasks like code reviews, testing, and git status reporting. These patterns use standard development tools and are framed as reusable templates for developers.
  • Heuristic Signal Review: Static detections related to potentially destructive commands (e.g., rm -rf or ls -la /) were analyzed and found to be part of educational content. Specifically, they appear in references/testing-strategies.md to illustrate how to test security boundaries and perform atomic cleanup in temporary directories.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 11:07 PM
Security Audit — agent-trust-hub — command-development