TS
sl.ts
import Securelog from 'securelog-sdk';
const secureLog = new Securelog({
apiKey:'YOUR_API_KEY',
url: 'https://xxx.securelog.com', // Optional
headers: { 'Custom-Header': 'value' },
customDetectors: [ { regex: 'your-regex', keywords: ['VLWSECK-', 'VLXSECK-'], detectorType: 'Vercel', }, ],
});

Data sanitization

For

Scan and sanitize your AI, comms, code, logs, repos, and study reports for leaked secrets, PII, DNA sequences and sensitive data.

npm i securelog-sdk
README
Secrets in your code
Detects secrets like API keys and tokens in your codebase. Scans .env files, parses .git history, and analyzes files line by line to ensure security.
Add
Secrets in your logs
A better and more secure console logging experience. Detects and prevents leaking secrets and API tokens into your logs.
Add
Secrets in your pipeline
Securelog allows you to run the to scan your codebase for secrets via pipeline in your Github, Gitlab or Bitbucket repos.
Add
Secrets in LLM code
Securelog can help you parse your inputs before sending to LLMs to make sure you are not sending texts with actual secrets.
Add
Secrets in your Slack
Securelog scans both public and private channels on slack and any secrets found would be reported. More support for comms coming.
Add
Secrets in your RSC
Securelog analyzes your react component to detect and mask sensitive information (secrets) in your application.
Add

Analyze and keep secrets secret with ease.

Securelog is an secure open-source secret and API token analyzer that verifies, scans, cleans, and prevents leakage in your workflow.