archive_extract
Extract archive files into a safe output directory, preventing path traversal and limiting entry count and size to avoid zip bombs.
Instructions
Extract an archive (or just members) into out_dir — default
derived/<name>/ beside it, and NEVER anywhere else: absolute
paths, .. members, and links are refused by name (zip-slip),
entry count and total size are capped so a zip bomb is an error,
not an outage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| members | No | ||
| out_dir | No |