Description: Never leak a secret or API token.
scan (617) detection (302) analyzer (199) prevent (152) secret detection (2) secret leaks. (2) clean logs (2)
README Enterprise → X formerly known as Twitter Slack What repo can we scan for you today? Scan, clean, and prevent leaked secrets in your codebase, team’s logs, build environments, repos & CI pipelines.
README → TS sl.ts import SecureLog from 'securelogs' ; new SecureLog (); // For JS projects, use new SecureLog.default() console. log ( 'secret' , process. env.AWS_ACCESS_KEY_ID ); // Securelog: ************ is a valid secret for the key: AWS_ACCESS_KEY_ID Logs For clean logs. Detect and prevent leaking secrets and API tokens into your logs. Keep secrets secret.
README → Github action Securelog allows you to run the to scan your codebase for secrets via Github actions. Secrets detection for Github. Add → Gitlab CI Securelog allows you to run the to scan your codebase for secrets via Github CI. Secrets detection for Gitlab. Add → Bitbucket pipelines Securelog allows you to run the to scan your codebase for secrets via Bitbucket pipeline. Secrets detection for Bitbucket. Add → Secrets in LLM code Securelog can help you parse your inputs before sending to LLMs to make