Skip to content

[intern-35] Production readiness checklist: security scan + load test + SLA definition - #430

Open
CodingMinh wants to merge 2 commits into
masterfrom
intern/35-production-readiness
Open

[intern-35] Production readiness checklist: security scan + load test + SLA definition#430
CodingMinh wants to merge 2 commits into
masterfrom
intern/35-production-readiness

Conversation

@CodingMinh

Copy link
Copy Markdown
Collaborator

Closes #373

Summary of Changes

  • Security Scan Report: Audited 856 dependencies with cargo audit and reviewed OWASP risks (path traversal guardrails with resolve_within, tenant isolation, and CORS).
  • Mock Load Test: Added scripts/mock_load_test.py simulating 10–100 concurrent workers and recorded results in bench/mock_load_test_results.json.
  • SLA Proposal: Defined 99.5% availability, P95 < 500ms latency, throughput targets, and RPO/RTO metrics.
  • Readiness Checklist: Created comprehensive checklist covering Security, Performance, Observability, and Deployment in docs/production-readiness.md.

…gging guide

- Add Mermaid architecture diagram to README.md illustrating data flow across crates, clients, and native runtimes.
- Add comprehensive CLI subcommand reference and environment variable table to README.md.
- Update CLAUDE.md with workspace crate mapping (knowledge, server, mcp) and native probe details.
- Add 'Debugging & Common Pitfalls' section to CLAUDE.md covering PDFium fallback, Whisper linking/models, Vision OCR config, and TCVN3 legacy font hints.

Closes #372
@CodingMinh
CodingMinh requested a review from anhnth24 as a code owner August 28, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[intern-35] Production readiness checklist: security scan + load test + SLA definition

1 participant