Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

40 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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 bundle
Changelog

Every 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.

Diagnostics

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 →

MCP tools · 67 exposed · ~6,940 tokens

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 →

Tool Tokens
restore_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.

NameTypeReqDescription
deststringyes
idstringSnapshot id from list_snapshots
onlyarrayRestore only these files or folders
passwordstring
repostringyes

No output schema declared.

No examples provided.

sanitize_archive ~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.

NameTypeReqDescription
dryRunboolean
formatstringDefault: from the output file extension
newPasswordstring
outputstringDefault "<name>-clean.zip"
overwriteboolean
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

scan_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.

NameTypeReqDescription
dirstringyesFolder to scan (absolute path)
maxFilesinteger
passwordstringArchive password, if encrypted
recursiveboolean

No output schema declared.

No examples provided.

scan_security ~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).

NameTypeReqDescription
deepboolean
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

seal_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.

NameTypeReqDescription
notestring
overwriteboolean
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

search_archive ~80

Find files by name (substring or glob). With content=true, also searches text inside small text files without leaving them on disk.

NameTypeReqDescription
contentboolean
limitinteger
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file
querystringyes

No output schema declared.

No examples provided.

search_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.

NameTypeReqDescription
dirstringyesFolder holding archives
limitinteger
passwordstringArchive password, if encrypted
querystringyes
recursiveboolean

No output schema declared.

No examples provided.

search_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.

NameTypeReqDescription
limitinteger
passwordstringArchive password, if encrypted
pathstringyesFolder, file or archive
querystringyes

No output schema declared.

No examples provided.

size_breakdown ~65

Break an archive down by kind of file, top-level folder and extension, with the largest files and the compression ratio.

NameTypeReqDescription
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file
topinteger

No output schema declared.

No examples provided.

snapshot_folder ~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.

NameTypeReqDescription
dirstringyesFolder to back up
includeSecretsboolean
notestring
passwordstring
repostringyesSnapshot folder (keep it outside the backed-up folder)
respectGitignoreboolean

No output schema declared.

No examples provided.

strip_photo_metadata ~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.

NameTypeReqDescription
dryRunboolean
inPlaceboolean
outDirstring
pathsarrayyesPhotos or folders

No output schema declared.

No examples provided.

sync_archive ~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.

NameTypeReqDescription
baseDirstringyesThe folder to match
delbooleanAlso remove entries whose files no longer exist
dryRunboolean
excludeSecretsboolean
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file
respectGitignoreboolean

No output schema declared.

No examples provided.

test_archive ~50

Verify checksums of every file in the archive (detects corruption and wrong passwords).

NameTypeReqDescription
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

try_passwords ~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.

NameTypeReqDescription
candidatesarrayyes
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

verify_backup ~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).

NameTypeReqDescription
folderstringyesThe original folder
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file

No output schema declared.

No examples provided.

verify_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.

NameTypeReqDescription
algostring
expectedstringyesHex checksum, or path of a checksum file
pathstringyesFile to verify

No output schema declared.

No examples provided.

verify_seal ~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.

NameTypeReqDescription
passwordstringArchive password, if encrypted
pathstringyesAbsolute path to an archive file
sealstringSeal file; default "<archive>.afseal.json"
trustedKeysarrayPublic keys or fingerprints of other people you trust

No output schema declared.

No examples provided.

Common questions

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.