Skip to content
Top Notchh.

Journal

Verglos · Field note

Jul 19, 2026

1 min read

By Top Notchh Team

Reviewed Sep 1, 2026

Sources: company verified

Responsible disclosure when a scan finds a live credential

A conservative workflow for containment, private outreach, rotation, patch verification, and delayed publication after a scanner finds a possible live secret.

In brief

  • Do not validate a secret by using it against a service.
  • Minimize copied evidence and contact maintainers privately.
  • Publish only after rotation and with identifying details removed.
Redacted evidence moving through a private disclosure and key-rotation chain.

When a public-repository scan surfaces a credential that might still be live, the first duty is to avoid increasing exposure. Do not paste it into tickets, screenshots, chat, public issues, or a verification request. Do not use it to access the service.

Contain the evidence

Record the repository, commit, file location, detector, and minimal redacted context. Restrict access to the unredacted value. Remember that deleting the current file may not remove it from version history, caches, forks, or build artifacts.

Contact privately

Use the project's security policy, security advisory channel, or documented maintainer contact. Provide enough detail to locate and rotate the credential without reproducing it unnecessarily.

A private sequence from sealed evidence through maintainer contact, rotation, patch verification, and delayed publication.

Remediate in the right order

Revoke or rotate first. Then remove the value from current source, assess history and logs, update dependent systems, and add a regression control. A source-code patch without revocation is not sufficient if the credential was usable.

Close and disclose carefully

Confirm receipt and remediation through the maintainer. If a public note is useful, wait until the credential is invalid and remove repository, path, provider, and value details that create fresh risk. The goal is durable learning, not proof that the scanner was right.

Verglos can surface a candidate secret. The human disclosure trail determines whether that detection helps or harms the affected project.

Evidence ledger

Sources and verification

  1. CISA Issues Final Vulnerability Disclosure Policy Directive for Federal AgenciesCISA · normative · checked Sep 1, 2026
  2. Verglos CLI repositoryTop Notchh Solutions · canonical · checked Sep 1, 2026