db-migrate

skills-sh:medusajs_medusa-agent-skills__db-migrate

View source
A
92/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

92/100

MEDIUM 1

Findings (1)

MEDIUM
Agent shell tool usage
L11

Detects skills instructing agents to use Bash/shell tools for command execution

Use the Bash tool to execute
FIX

Restrict the shell tool to specific allowlisted commands using a command prefix or regex filter. Avoid granting broad shell access in agent tool definitions.

FP?

Likely FP if the skill is a development environment tool where shell access is the intended and documented core feature.