@keshiey/sentinel-cli
v2.0.6
Published
Professional static analysis tool for project health
Downloads
426
Maintainers
Readme
Sentinel CLI
Sentinel is a professional static analysis tool designed to audit project health by checking for sensitive files, identifying security risks, and monitoring file performance.
Features
- Security Audit: Automatically detects
.envfiles and hardcoded credentials. - Performance Monitoring: Flags files exceeding 500KB to ensure your project stays lightweight.
- Actionable Advice: Every issue reported includes a specific action plan for you to fix it.
Installation
- Ensure you have Node.js installed on your system.
- Clone this repository to your computer:
git clone <YOUR_GITHUB_REPO_URL>
