mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
799 B
799 B
Security
Overview
NoDupeLabs implements several security measures to protect your data.
File Safety
- Read-only scanning: By default, only reads files to compute hashes
- Dry-run mode: Preview changes before applying
- Backup support: Automatic backups before modifications
Database Security
- Local SQLite database (no cloud)
- Database path configurable
- File integrity verification
Plugin Security
- Plugins run in isolated context
- Plugin discovery from trusted directories only
- API stability markers for core functions
Best Practices
- Always review plans before applying
- Keep backups of important data
- Use
--dry-runto preview changes - Verify file integrity regularly
Vulnerability Reporting
Report security issues via GitHub Issues.