c371e9f07d
Security audit (Layer 1) new checks: - Time-bomb scan: flags time()/sleep()/clock() near dangerous calls - MCP file read audit: tracks fopen/fread count in mcp.c against expected max (detects data exfiltration through tool responses) Pre-commit hooks now tracked in scripts/hooks/: - Contributors activate with: git config core.hooksPath scripts/hooks - Runs: lint → security audit → build + test - setup.sh already configures this automatically