Cloop is designed as a local-first service.
- Run it on
localhostor trusted private networks only. - Do not expose this service directly to the public internet without adding your own authn/authz and perimeter controls.
- Treat all API keys and webhook secrets as sensitive credentials.
Security fixes are applied to the latest version on main.
Please report vulnerabilities privately:
- Prefer GitHub Security Advisories (private reporting) if enabled for this repository.
- If private advisories are unavailable, contact the maintainer directly and avoid posting exploit details publicly.
Include:
- Affected version/commit
- Reproduction steps
- Expected vs. actual behavior
- Impact assessment
We will acknowledge reports quickly, triage severity, and provide remediation guidance.
- Never commit
.envor credential files. - Use
.env.exampleas the template and keep real secrets in local untracked.env. - Rotate/revoke any credential immediately if it is ever committed, logged, or shared.