src/index.ts:63 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const existingResponse = await fetch(apiUrl, {src/index.ts:77 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const response = await fetch(apiUrl, {src/index.ts:142 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const response = await fetch(url, {src/index.ts:2095 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const res = await fetch('/convert?url=' + encodeURIComponent(url) + '&format=standard&mode=' + mode);src/index.ts:2112 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const res = await fetch('/register', {src/index.ts:2180 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
const res = await fetch(endpoint);
src/index.ts:2213 · network_undeclared
Outbound network call but SKILL.md does not declare network use or list domains.
async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> {