src/policy.ts (7 lines): - line 81: // TODO: handle non-recaptcha-namespace conditions like IP only. - line 127: // TODO: handle multiple policies. - line 189: return context.createResponse("", { status: 403 }); // TODO: custom html - line 194: // TODO: consider caching event. - line 205: context.config.challengePageSiteKey ?? "", // TODO: default site key? - line 262: continue; // TODO: should this throw an error? - line 379: // TODO: post return call analytics src/createAssessment.ts (2 lines): - line 189: // TODO: Handle the case where the token is not found or malformed. - line 228: // TODO: this should use a builder pattern. with a CreateAssessmentRequest type. bindings/akamai/src/index.ts (1 line): - line 409: // TODO: Cache the firewall policies.