MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / assetDownloader.test.ts

File assetDownloader.test.ts

packages/cli/src/capture/assetDownloader.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, vi } from "vitest";
2import { isPrivateUrl, safeFetch } from "./assetDownloader.js";
3
4describe("isPrivateUrl — SSRF denylist (security: F-003)", () => {

Callers

nothing calls this directly

Calls 2

isPrivateUrlFunction · 0.85
safeFetchFunction · 0.85

Tested by

no test coverage detected