Functions§
- fetch_
url_ safe - Fetch an image from a URL with safety limits. Used by payload extractors. Returns the raw bytes.
- inspect_
base64 - Inspect a base64-encoded image (data URI or raw base64).
- inspect_
bytes - Inspect raw image bytes and extract metadata.
- inspect_
url - Inspect an image referenced by URL (fetches it).
- inspect_
url_ with_ limits - Inspect a URL-referenced image with explicit safety limits.