Back to Home
aphoticshaman icon

securescan

Verified Safe

by aphoticshaman

Overview

AI-powered security vulnerability scanner for static code analysis and dependency scanning.

Installation

Run Command
python serve.py

Security Notes

The `app.py` script is a local CLI tool designed to detect vulnerabilities in user-provided code using regex patterns; it does not expose a network interface for its scanning logic. The `serve.py` runs a basic static file server on localhost to host the web interface. Neither component introduces significant server-side security risks. The `eval` patterns and hardcoded secrets identified in the `SAMPLE_CODE` are vulnerabilities that the scanner *detects*, not issues within the scanner's own execution. The 'AI-powered' claim is not demonstrably supported by the provided `app.py` code, which relies on regex for detection.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

SecurityVulnerability ScannerStatic AnalysisCode AnalysisAI-powered