Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true (safe read operation), openWorldHint=true (can handle unknown packages), and idempotentHint=false (results may vary). The description adds that it checks 'known vulnerabilities,' which implies it queries an external database (likely OSV.dev as hinted in the title annotation), but doesn't disclose rate limits, data sources, or response format. With annotations covering key traits, this adds some context but not rich behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.