auditor-lambda 0.3.9 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,5 +34,13 @@
34
34
  "config_deployment": {
35
35
  "description": "CI/CD pipeline correctness (wrong triggers, missing branch filters, floating version pins), deployment safety (no gate before publish, missing rollback), insecure secret handling in configs, mutable action tags that should be pinned to commit SHAs.",
36
36
  "do_not_report": "Runtime code issues; findings that belong to other lenses."
37
+ },
38
+ "architecture": {
39
+ "description": "Big-picture design, conceptual elegance, over-engineering, under-engineering, appropriate use of abstractions, and identifying opportunities where custom code should be replaced by third-party tools or standard libraries. Flag structural findings that span multiple components as 'systemic: true'.",
40
+ "do_not_report": "Minor style issues, localized logic bugs, or formatting."
41
+ },
42
+ "observability": {
43
+ "description": "Logging quality, telemetry, distributed tracing context, meaningful metrics, and error reporting context.",
44
+ "do_not_report": "Correctness bugs or deployment configuration."
37
45
  }
38
46
  }