Thank you for helping keep ImageGenCam secure.
Please do not report security vulnerabilities through public GitHub issues, pull requests, or discussions.
If you believe you have found a security vulnerability, follow OpenAI's Coordinated Vulnerability Disclosure Policy. OpenAI's security program is managed through the OpenAI Bug Bounty Program.
This repository contains software and hardware files for a local DIY camera project. The companion web app is intended for local network use only. Do not expose the app directly to the public internet without adding appropriate authentication and transport security.
Before committing, run:
./scripts/install_git_hooks.shThis enables the local pre-commit hook in .githooks/pre-commit, which runs
scripts/check_secrets.sh --staged.
To scan the current worktree manually, run:
./scripts/check_secrets.sh