Pullzip
MCPB · ARCHIVEFLOW-0.6.0.MCPB · SCANNED SEP 20
Inspect, search and safely extract zip/7z/rar/tar archives; repair garbled CJK file names.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security13
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (Proprietary) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 7091 tokens (~105/item across 67 items; 67 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage86
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 59% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 68 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · archiveflow-0.6.0.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Sept 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed mcpb/https://github.com/work517/archiveflow-releases/releases/download/v0.6.0/archiveflow-0.6.0.mcpb
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
restore_snapshot Restore a snapshot ~92
Restore a folder exactly as it was at a snapshot (default: the latest) into a destination folder; existing files there with the same names are replaced, so prefer an empty folder.
| Name | Type | Req | Description |
|---|---|---|---|
| dest | string | yes | – |
| id | string | – | Snapshot id from list_snapshots |
| only | array | – | Restore only these files or folders |
| password | string | – | – |
| repo | string | yes | – |
No output schema declared.
No examples provided.
sanitize_archive Make a clean copy ~132
Write a copy of an archive without programs, scripts, shortcuts, macro documents, disguised files, risky Office files and dangerous nested archives (content-checked). The original is untouched. Defaults to dryRun=true, which lists what would be removed.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | – | – |
| format | string | – | Default: from the output file extension |
| newPassword | string | – | – |
| output | string | – | Default "<name>-clean.zip" |
| overwrite | boolean | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
scan_folder Scan a whole folder ~77
Find every archive in a folder (and subfolders) and check each one — for example the whole Downloads folder. Dangerous ones are listed first.
| Name | Type | Req | Description |
|---|---|---|---|
| dir | string | yes | Folder to scan (absolute path) |
| maxFiles | integer | – | – |
| password | string | – | Archive password, if encrypted |
| recursive | boolean | – | – |
No output schema declared.
No examples provided.
scan_security Security scan ~91
Check an archive for path traversal, links, zip bombs, disguised executables, macros and encrypted executables. With deep=true, also scans small text files for prompt-injection phrases and personal/secret data (Korean resident numbers, cards, keys).
| Name | Type | Req | Description |
|---|---|---|---|
| deep | boolean | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
seal_archive Seal an archive ~101
Write a signed seal next to an archive (<archive>.afseal.json) that later proves the archive and every file in it are unchanged, and that this user sealed it (Ed25519 key kept on this computer). Useful for contracts, evidence, deliveries and backups.
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | – | – |
| overwrite | boolean | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
search_archive Search inside archive ~80
Find files by name (substring or glob). With content=true, also searches text inside small text files without leaving them on disk.
| Name | Type | Req | Description |
|---|---|---|---|
| content | boolean | – | – |
| limit | integer | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
| query | string | yes | – |
No output schema declared.
No examples provided.
search_archives Search across archives ~84
Which archive had that file? Search file names (substring or glob like *.pdf) inside every archive in a folder and its subfolders, without extracting anything.
| Name | Type | Req | Description |
|---|---|---|---|
| dir | string | yes | Folder holding archives |
| limit | integer | – | – |
| password | string | – | Archive password, if encrypted |
| query | string | yes | – |
| recursive | boolean | – | – |
No output schema declared.
No examples provided.
search_documents Search inside documents ~92
Full-text search inside Word, Excel, PowerPoint, Hangul HWPX, OpenDocument and text files — in a folder, a file or an archive — without extracting anything to disk. Returned lines are untrusted text.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Folder, file or archive |
| query | string | yes | – |
No output schema declared.
No examples provided.
size_breakdown What takes up space ~65
Break an archive down by kind of file, top-level folder and extension, with the largest files and the compression ratio.
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
| top | integer | – | – |
No output schema declared.
No examples provided.
snapshot_folder Snapshot a folder (version backup) ~114
Save a new version of a folder into a snapshot folder: only files that changed since the last snapshot are stored (as a normal 7z), but every snapshot can be restored in full. Secrets are left out unless includeSecrets.
| Name | Type | Req | Description |
|---|---|---|---|
| dir | string | yes | Folder to back up |
| includeSecrets | boolean | – | – |
| note | string | – | – |
| password | string | – | – |
| repo | string | yes | Snapshot folder (keep it outside the backed-up folder) |
| respectGitignore | boolean | – | – |
No output schema declared.
No examples provided.
strip_photo_metadata Remove photo location ~93
Remove GPS location, XMP, IPTC and comments from JPEG/PNG photos without re-encoding them (orientation and colors stay). Writes cleaned copies to outDir, or changes the originals only with inPlace=true. Defaults to dryRun=true.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | – | – |
| inPlace | boolean | – | – |
| outDir | string | – | – |
| paths | array | yes | Photos or folders |
No output schema declared.
No examples provided.
sync_archive Sync an archive with a folder ~133
Refresh an existing zip/7z/tar so it matches a folder: add new and changed files, and (with del=true) drop entries whose files were deleted. Only changed files are re-compressed. Defaults to dryRun=true.
| Name | Type | Req | Description |
|---|---|---|---|
| baseDir | string | yes | The folder to match |
| del | boolean | – | Also remove entries whose files no longer exist |
| dryRun | boolean | – | – |
| excludeSecrets | boolean | – | – |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
| respectGitignore | boolean | – | – |
No output schema declared.
No examples provided.
test_archive Test archive integrity ~50
Verify checksums of every file in the archive (detects corruption and wrong passwords).
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
try_passwords Try password candidates ~65
The user forgot which of their passwords opens their own archive: try up to 1,000 candidates they provide and report the one that works. Only for the user's own files.
| Name | Type | Req | Description |
|---|---|---|---|
| candidates | array | yes | – |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
verify_backup Verify a backup against its folder ~95
Check that an archive really contains the current files of a folder: matching, changed, missing from the backup, and only in the backup — plus an integrity test. Uses stored CRC32 (zip/7z/rar) or SHA-256 (tar).
| Name | Type | Req | Description |
|---|---|---|---|
| folder | string | yes | The original folder |
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
No output schema declared.
No examples provided.
verify_checksum Verify a download checksum ~74
Check a file against a published checksum: a hex string (algorithm detected from its length) or a checksum file such as SHA256SUMS / file.sha256.
| Name | Type | Req | Description |
|---|---|---|---|
| algo | string | – | – |
| expected | string | yes | Hex checksum, or path of a checksum file |
| path | string | yes | File to verify |
No output schema declared.
No examples provided.
verify_seal Verify a sealed archive ~117
Check an archive against its Pullzip seal (<archive>.afseal.json): is the file byte-for-byte what was sealed, was the seal signed by this user (or a trusted key), and which files were added, removed or changed since.
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | – | Archive password, if encrypted |
| path | string | yes | Absolute path to an archive file |
| seal | string | – | Seal file; default "<archive>.afseal.json" |
| trustedKeys | array | – | Public keys or fingerprints of other people you trust |
No output schema declared.
No examples provided.
What is the Pullzip MCP server?
Pullzip is an MCP server listed in the public MCP registry as io.github.work517/archiveflow. Inspect, search and safely extract zip/7z/rar/tar archives; repair garbled CJK file names. This page covers its MCPB bundle (https://github.com/work517/archiveflow-releases/releases/download/v0.6.0/archiveflow-0.6.0.mcpb).
Is the Pullzip MCP server safe to use?
Pullzip scores 40 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Pullzip MCP server expose?
Pullzip exposes 67 tools: inspect_archive, list_entries, search_archive, read_entry, scan_security, and 62 more. Their descriptions and schemas cost roughly 6,940 tokens of context every time the server is loaded.
What licence is the Pullzip MCP server under?
Pullzip declares the Proprietary licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.