ai-code-review-agent / app /tools /file_scanner.py

Commit History

fix: return 'Unknown' as primary_language when directory has no Python files
28349bb

Padmanav commited on

fix: suppress bandit B110 and B404 warnings in file_scanner and sandbox
e071d31

Padmanav commited on

fix: correct sandbox process cast and scan_repository return type to dict
7b6fbee

Padmanav commited on

fix: resolve mypy errors in sandbox.py and file_scanner.py
37d9205

Padmanav commited on

infra(terraform): add EKS cluster, Elasticache Redis, and ECR modules for cloud deployment
391b6e3

Padmanav commited on

security: harden prompt injection defense with XML delimiters and injection pattern stripping
e853184

Padmanav commited on

fix: add missing file_list param to read_source_samples and wire changed_files through
1f3e2cc

Padmanav commited on

fix: feat: fault-tolerant parallel agents, AST security scanner, and shared source reader
a6031f7

Padmanav commited on

fixed lint
a79668c

Padmanav commited on

security: sanitize file content before LLM injection to mitigate prompt injection attacks
af1f072

Padmanav commited on

fix: log warnings instead of silently swallowing file read errors in agents and scanner
9e28e10

Padmanav commited on

fix: suppress remaining bandit warnings with nosec comments
4097eda

Padmanav commited on

feat: add all tools - github, scanner, ast, pytest, static analyzer
007ba8f

Padmanav commited on