Home /Claude Skills /skillcheck
Highly Recommended

Skillcheck

No more deploying AI skills with security risks
One scan eliminates security risks
Core Principle:
SkillCheck is your Claude skill's security guard. It scans SKILL.md files like an X-ray machine, catching dangerous code that might leak API keys, cause command injection, or path traversal - giving your AI skills a security check before deployment.
KEY FEATURES
01Secret Scanning
Catches exposed API keys, database passwords and other sensitive data
02Injection Protection
Blocks dangerous command executions that could compromise systems
03Path Traversal Defense
Prevents hackers from accessing sensitive files via special paths
04Smart False Positive Filter
Automatically distinguishes real vulnerabilities from placeholder code
github.com/agentigy/skillcheck
testing-security·agentigy·2026-02-05·6·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/agentigy/skillcheck.git
SSH
git clone [email protected]:agentigy/skillcheck.git
GitHub CLI
gh repo clone agentigy/skillcheck
FAQ
Q: What are the installation steps for Skillcheck Agent Skills?
1.Install: One npm command
2.Scan Target: Specify file or directory
3.Smart Analysis: Context-aware vulnerability detection
4.Generate Report: Color-coded console or SARIF format
Q: What are the highlights of Skillcheck Agent Skills?
  • 5-minute security check
  • Direct GitHub Security integration
  • Dev & Ops friendly reports
  • Zero-configuration setup
Q: What are the use cases for Skillcheck Agent Skills?
  • CI/CD security check
  • Development environment scanning
  • Third-party skill audit
  • Team coding standard enforcement
Q: What are the limitations of Skillcheck Agent Skills?
  • Only supports SKILL.md files
  • May miss vulnerabilities in heavily obfuscated code