Canva Policy & Guardrails Overview Automated policy enforcement for Canva Connect API integrations — prevent token leaks, enforce rate limit handling, require error handling, and validate OAuth configuration. ESLint Rules No Hardcoded Credentials Require Rate Limit Handling Pre-Commit Hooks CI Policy Checks Runtime Guardrails Error Handling | Issue | Cause | Solution | |-------|-------|----------| | ESLint rule not firing | Wrong config path | Check plugin registration | | Pre-commit skipped | used | Enforce in CI | | False positive on "OCA" | String matches pattern | Narrow regex or add allo…