migrate-validate
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references a CLI tool,
@claude-flow/cli, which is downloaded and executed from the npm registry using thenpxcommand. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to list migration files and execute searches against the migration history using a CLI tool. - [PROMPT_INJECTION]: The skill processes untrusted content from database migration files (
.up.sqland.down.sql). This creates an attack surface for indirect prompt injection where an attacker could place malicious instructions inside SQL comments or strings to influence the agent's behavior during validation. - Ingestion points: Content from SQL files found via
Globand loaded viaRead. - Boundary markers: None; migration content is parsed directly for validation rules.
- Capability inventory: Includes
Bash,Read,Grep, and several state-management tools (mcp__claude-flow__*). - Sanitization: The skill does not explicitly describe any sanitization or escaping of the SQL content before parsing.
Audit Metadata