abscore-trial
v4.3.14
Published
ABS Core — Sandbox de validação técnica para due diligence bancária
Maintainers
Readme
ABS CLI
ABS Core Command Line Interface.
Telemetry
ABS CLI collects anonymous usage data to improve the tool:
- Command usage (scan, init, etc.)
- Findings count (not content)
- Platform and Node.js version
- Anonymous project hash (SHA-256)
No PII collected. We don't track:
- File contents
- Secret values
- Project names
- User identifiers
Opt-Out
Disable telemetry:
export ABS_TELEMETRY=falseOr in .bashrc / .zshrc:
echo 'export ABS_TELEMETRY=false' >> ~/.zshrc