Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.1 KB

File metadata and controls

21 lines (17 loc) · 1.1 KB

AGENTS.md

Review Guidelines

  • Focus only on critical security, reliability, performance, and scalability issues.
  • Ignore style, performance micro-optimizations, and readability nits unless they are tied to a significant failure

What to Look For

  • Authentication/authorization bypasses
  • Secret leakage, unsafe logging, or credential exposure
  • Unsafe defaults in security-sensitive areas
  • Injection risks (SQL, command, template, path traversal, SSRF)
  • Insecure crypto usage or key handling
  • Privilege escalation or sandbox escapes
  • Data corruption, durability failures, or irreversible loss scenarios
  • Concurrency hazards that can cause outages or data races
  • Reliability regressions: crash loops, panics, deadlocks, unbounded retries, nil pointer dereferences
  • Adherence to the guidelines defined in RFD 153 of Teleport resource definitations, gRPC, backend storage, and cache APIs.

Documentation

When you are looking at a given product area find the relevant documentation in the docs/ directory to ensure you understand the context in which the code is used.