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
The easiest way to catch and scrub secrets, PII, and sensitive data—like API keys or Credit cards—from your AI agents, comms, repos, logs, and reports. Works where you do: GitHub, Slack, CI/CD.
npm i securelog-sdk
- Secrets in your codeDetects or checks .git history and files for exposed keys or PII, line by line.Add
- Secrets in your logsFilters sensitive data from console logs and app logs in real time.Add
- Secrets in your pipelineFast setup to hook into your tools—GitHub, GitLab, pipelines—with a single command.Add
- Secrets in AI agents or LLMsSecurelog scans training data and runtime I/O for leaks, keeping your models and inputs cleanAdd
- Secrets in your SlackSecurelog scans both public and private channels on slack in real time to prevent leaks.Add
- Secrets in your RSCSecurelog analyzes your react component to scrub sensitive information in your application.Add
Sanitize AI agents, code, comms and logs.
Leaked secrets or PII in your AI agents, logs, or repos? Securelog finds and fixes them fast—so you can ship without the stress.
Get started
Try it out for free, for 30days