Scans file contents for known sensitive patterns before sync.
Candidate file paths to inspect
Matched sensitive findings
const findings = await scanSecrets(['./config.txt']); Copy
const findings = await scanSecrets(['./config.txt']);
0.1.0
Scans file contents for known sensitive patterns before sync.