Security Audit
database-migrations-sql-migrations
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
database-migrations-sql-migrations received a trust score of 85/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Excessive permissions declared in skill manifest.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 20, 2026 (commit e36d6fd3). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Excessive permissions declared in skill manifest The skill declares highly privileged tools (`Bash`, `Write`, `Edit`, `Glob`) in its manifest (`allowed-tools`). While the skill's description focuses on generating SQL migration strategies, these permissions allow for arbitrary shell command execution, filesystem modification, and file enumeration. This significantly increases the attack surface for command injection (via `Bash`) and data exfiltration (via `Read`, `Write`, `Edit`, `Glob`) if the skill processes untrusted user input and passes it to these tools without strict sanitization. The core function of providing migration advice does not inherently require such broad system access. Review and restrict `allowed-tools` to only those strictly necessary for the skill's intended function. If `Bash` is required for specific operations (e.g., running database clients), ensure all inputs are rigorously sanitized and commands are executed within a highly restricted sandbox. Consider removing `Write`, `Edit`, and `Glob` unless absolutely essential and justified for the skill's core purpose. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/e6169a7962791fbf)
Powered by SkillShield