Secure Logging Guide

Guidance on what a skill must never do with credentials.

mongodb 870076f 468 B Updated

File contents

Secure Logging Guidelines

Follow these rules when handling sensitive values:

  • Never log the connection string to the console.
  • Never log the user password or write it to a file.
  • Never store the password in plaintext.

These are cautionary examples: the prose describes what not to do, so a scanner must not flag the guidance itself.

mongodb/skill-gate/tree/main/testdata/cautionary-docs-skill commit 870076feab

Frequently asked questions

npx skillmds@latest add mongodb/secure-logging-guide