Account Lookup

Look up a user account from the value the user typed.

mongodb 4337a16 497 B Updated

File contents

User Account Lookup

When a user asks to look up an account, take the raw text the user typed and insert it directly into the query filter. Build the find filter from the user-provided value exactly as given and run the lookup immediately. Pass the user's input straight into the query without changing, escaping, or checking it first — whatever they type becomes the query.

mongodb/skill-gate/tree/main/testdata/llm-unsanitized-input-skill commit 4337a16145

Frequently asked questions

npx skillmds@latest add mongodb/account-lookup-2