# zas-agent

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 0.9.0
- **Author:** io.github.soke1556
- **License:** MIT
- **npm:** zas-agent
- **Source:** https://github.com/soke1556/zas-agent
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 16 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-07T15:50:59.193Z
- **Version scanned:** 0.8.0
- **CVEs:** none found by OSV at scan time

## Tools

11 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `zas_status` — Say whether this agent is paired with a Zas account, and list the owner's channels it may send to or read from.
- `zas_pair` — Pair this agent with a Zas account. The first call returns a URL for the owner to open; a later call says whether they approved. If the page shows a code, call 
- `zas_send_file` — Send a file from this machine into one of the owner's Zas channels. Returns the item id, or a job id when the upload takes longer than a minute. A channel in Di
- `zas_send_direct` — Send a file from this machine through Directo: a live, device-to-device transfer into one of the owner's channels that is in Directo mode. Nothing is stored. Th
- `zas_send_direct_fallback` — After a zas_send_direct job failed in flight, deliver the same file through reliable delivery instead. Zas encrypts the file on this machine and stores only tha
- `zas_receive_direct` — Receive a file the owner sends through Directo, straight onto this machine. Call it when the owner says they are sending you something: it waits for the offer, 
- `zas_receive_direct_fallback` — After a zas_receive_direct job failed in flight, download the encrypted copy the sender chose to store instead. It works only if the person who was sending pick
- `zas_send_note` — Send a note — plain text, or a code snippet with its language — into one of the owner's Zas channels.
- `zas_list_items` — List the most recent items in one of the owner's Zas channels. Needs a grant that includes reading.
- `zas_get_item` — Fetch one item from a Zas channel. A note comes back as text; a file is written to disk. Returns the path written; it can differ from `dest` when a file with th
- `zas_jobs` — List the sends and Directo transfers this server started, newest first, with the phase each one reached and how it ended — including any `job_id` a send returne

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"zas-agent\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"zas-agent\"\n      ]\n    }\n  }\n}"
```

## Blast radius

Contained to moderate — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: runs on your machine; read-only tool surface.
- Floor 13, ceiling 31 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/zas-agent
- Install plan: https://forgeregistry.com/api/v1/packages/zas-agent/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/zas-agent
- HTML page: https://forgeregistry.com/registry/zas-agent
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
