⚠️ Violations Report

repo-sage

Generated on 11/16/2025, 9:19:26 PM

0
🔴 Critical
0
🟠 High
24
🟡 Medium
13
🟢 Low
🔴 Critical Violations 0

No critical priority violations found

🟠 High Priority Violations 0

No high priority violations found

🟡 Medium Priority Violations 24
missing-try-catch
medium
await without try-catch
File: server.js Line: 261 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: server.js Line: 265 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: server.js Line: 269 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: server.js Line: 273 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: server.js Line: 277 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: server.js Line: 281 Suggestion: Wrap async operations in try-catch
direct-env
medium
Direct env var access
File: server.js Line: 1 Suggestion: Use config service / central config
missing-try-catch
medium
await without try-catch
File: check/violations.js Line: 75 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/violations.js Line: 161 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/generate-comments.js Line: 335 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/generate-comments.js Line: 485 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/generate-comments.js Line: 520 Suggestion: Wrap async operations in try-catch
direct-env
medium
Direct env var access
File: check/generate-comments.js Line: 1 Suggestion: Use config service / central config
missing-try-catch
medium
await without try-catch
File: check/extract-violations.js Line: 48 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/extract-violations.js Line: 128 Suggestion: Wrap async operations in try-catch
direct-env
medium
Direct env var access
File: check/extract-violations.js Line: 1 Suggestion: Use config service / central config
missing-try-catch
medium
await without try-catch
File: check/engine.js Line: 220 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/engine.js Line: 252 Suggestion: Wrap async operations in try-catch
direct-env
medium
Direct env var access
File: check/engine.js Line: 1 Suggestion: Use config service / central config
missing-try-catch
medium
await without try-catch
File: check/analyze-repo.js Line: 57 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/analyze-repo.js Line: 460 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/all-utils.js Line: 224 Suggestion: Wrap async operations in try-catch
missing-try-catch
medium
await without try-catch
File: check/all-utils.js Line: 256 Suggestion: Wrap async operations in try-catch
direct-env
medium
Direct env var access
File: check/all-utils.js Line: 1 Suggestion: Use config service / central config
🟢 Low Priority Violations 13
console-log-production
low
console.log in production code
File: server.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/violations.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/smart-analyze.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/save-rules.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/save-context.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/generate-violations-report.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/generate-report.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/generate-docs.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/generate-doc-html.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/generate-comments.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/extract-violations.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/extract-docblocks.js Line: 1 Suggestion: Use a logging library with levels
console-log-production
low
console.log in production code
File: check/analyze-repo.js Line: 1 Suggestion: Use a logging library with levels