local-security-check
Installation
SKILL.md
Local Security Check for Skills
Local security check Skill for detecting security risks in SKILL.md files and ensuring the security of the Skills repository. Checks whether Skills comply with security best practices from the Agent Skills Specification.
Inspection Flow
- Format validation: YAML frontmatter, required fields, naming conventions
- Prompt injection detection: Suspicious directives, system calls, file operations
- Sensitive information detection: Hard-coded credentials, API keys, passwords
- Script risk detection: scripts/ directory, executable scripts
- Compliance check: Security best practices
Why This Matters
Based on arXiv research, 26.1% of Skills contain at least one vulnerability. Key risks include: