https://github.com/slashexx/sentinel
A VSCode extension for intelligent code analysis and security monitoring. Security is not an afterthought anymore :)
https://github.com/slashexx/sentinel
extension security typescript vscode vscode-extension
Last synced: about 2 months ago
JSON representation
A VSCode extension for intelligent code analysis and security monitoring. Security is not an afterthought anymore :)
- Host: GitHub
- URL: https://github.com/slashexx/sentinel
- Owner: slashexx
- Created: 2025-03-01T09:36:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T20:24:13.000Z (over 1 year ago)
- Last Synced: 2025-10-28T10:43:13.901Z (8 months ago)
- Topics: extension, security, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Sentinel
A VS Code extension for intelligent code analysis and security monitoring.
## Features
- Real-time code analysis for security vulnerabilities
- Custom rule configuration for different programming languages
- Inline security suggestions and fixes
- Security score dashboard for your codebase
- Support for multiple programming languages
## Installation
You can install the extension through the VS Code marketplace or by searching for "Sentinel" in the extensions panel (Ctrl+Shift+X).
## Configuration
Configure Sentinel through VS Code settings:
```json
{
"sentinel.customRulesPath": "./sentinel-rules.json",
"sentinel.enableInlineHints": true,
"sentinel.securityLevel": "high"
}
```
## Usage
Sentinel automatically begins analyzing your code when you open a supported file. Security issues are highlighted inline and detailed information is available in the Problems panel.
## Support
For bug reports and feature requests, please visit our [GitHub repository](https://github.com/your-username/sentinel).
## License
MIT License - see LICENSE file for details.