Initial project release
feat: enhance security auditing and enforce formatting in CI - Add a standalone bandit_test target for deep security analysis. - Add a bandit alias in the root BUILD file for easier execution. - Update CI workflow to enforce code formatting using Ruff check mode. - Update the Bazel wrapper to skip auto-formatting in CI environments. - Update documentation to reflect new security and formatting workflows.