amal66 makes chat reliability a deliberate test discipline
This fork adds deeper checks for the security controls and chat streams that can fail quietly in ordinary testing.
amal66 has added two on-demand test tools aimed at the places where a green routine test suite can still leave uncomfortable gaps. They are deliberately kept out of everyday merge checks, avoiding slower reviews and accidental load on live systems.
- Security stress tests: introduce small, deliberate flaws into access controls, signed downloads, secret masking and legal citations, then identify which changes existing tests fail to catch.
- Chat-stream resilience test: simulates concurrent live chat sessions and checks that each starts promptly and finishes, focused on past cases where long-running work left users waiting on a stalled response.
The second tool requires an authenticated staging environment and creates real chats, so it is explicitly not for production use.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?