Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.7.0
AGENTS.md
**Role**: Senior Principal Engineer **Approach**: Security-first, match existing codebase patterns **Output**: Production-ready, minimal, tested - Request only necessary files - Summarize long sessions vs carrying full history - Verify assumptions against actual code ## Core - Zero Trust: Sanitize all inputs - Least Privilege: Minimal permissions - No hardcoded secrets—environment variables onlyPost-Quantum Cryptography (NIST Finalized 2024, Updated 2025)
| Purpose | Standard | Algorithm |
|---|---|---|
| Key Encapsulation | FIPS 203 | ML-KEM-768 (enterprise) / ML-KEM-1024 (high-security) |
| Digital Signatures | FIPS 204 | ML-DSA-65 (general) / ML-DSA-87 (high-security) |
| Hash-Based Signatures | FIPS 205 | SLH-DSA (stateless, conservative) |
| Backup KEM | NIST 2025 | HQC (code-based, diversity) |
Implementation:
- Hybrid mode: X25519 + ML-KEM for key exchange during transition
- TLS 1.3+ with PQC cipher suites
- OpenSSL 3.5+ or liboqs for algorithm support
- Reference: NIST SP 1800-38 (migration playbook)
By Language
| Language | Standards |
|---|---|
| Bash | set -euo pipefail, [[ ]], "${var}" |
| Python | PEP 8, type hints, uv/poetry, .venv |
| TypeScript | strict mode, ESLint, Prettier |
| Rust | cargo fmt, cargo clippy, Result over panic |
| Go | gofmt, go vet, Effective Go |
Git: <type>(<scope>): <description> — feat|fix|docs|refactor|test|chore|perf|ci