Convex Migrate ↗
Convex Migrate is an officially published skill from get-convex. Anomity scores its risk at 35 out of 100 (medium). It matches 1 dangerous capability combination.
Analysis summary
Convex Migrate is an officially published skill from get-convex. Anomity scores its risk at 35 out of 100 (medium). It matches 1 dangerous capability combination.
Performs schema migration and data backfill on deployed Convex applications, with a companion rehearsal skill that tests the same change against a snapshot before it is promoted.
Declared capabilities are database read and write plus outbound network access. Schema migration is among the least reversible things an agent can do to a system, which is exactly why the rehearse-then-promote split matters — it is the pattern to copy in any agent workflow that touches production data. Run the rehearsal, read its output, then promote deliberately.
Why this entry scored 35 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches 1 dangerous capability combination, which contributes additional severity weight. The clamped result is 35, placing it in the medium band.
Findings
-
Published by the vendor Trust offset
-
1 high-risk capability: database:write High
-
Database exfiltration risk (high) HighEvidenceDatabase read combined with outbound network can exfiltrate production data.
Capabilities
Every capability the entry declares, with the security implication of each.
-
database:readDatabase readReads from connected databases. Useful for query and analytics agents; risky when combined with outbound network. -
database:writeDatabase writeWrites to connected databases. High-impact; combined with outbound network is treated as exfiltration-class. -
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.
Dangerous combinations matched
Capability pairings that compound into well-known attack patterns.
-
Database exfiltration risk highDatabase read combined with outbound network can exfiltrate production data.database:read network:outbound