
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@aispace-sh/cli
Advanced tools
Secure temporary file sharing CLI for AI agents and humans, with expiring links and local age encryption
Installs the native aispace binary for macOS,
Linux, or Windows and verifies it against the SHA-256 checksums published with the matching GitHub
release. The CLI creates expiring and revocable file links, emits predictable JSON for automation,
and can encrypt files locally with age X25519 before upload.
Installer downloads are HTTPS-only and restricted to GitHub release hosts. The binary is streamed to a bounded same-directory temporary file, verified, and atomically renamed into place; stalled downloads and oversized responses fail without leaving a partial executable.
npm install -g @aispace-sh/cli
aispace login --key ask_...
aispace upload report.pdf --link --link-expires 1h --json
The package also installs the native local MCP server used by Codex, Claude Code, and other stdio hosts. Create a separately scoped bot key in the aispace dashboard, inject it through the host environment, and launch:
AISPACE_KEY=ask_... aispace mcp serve
Configure the host with command aispace, arguments mcp, serve, and secret environment
variable AISPACE_KEY. Optional AISPACE_ALLOWED_ROOTS limits local upload and download paths
using the platform path-list separator. Uploads are private by default; public links, deletion,
revocation, and download overwrite remain explicit tool calls.
The server is published as sh.aispace/mcp in the official MCP Registry. See the main repository's
MCP documentation for
complete Codex, Claude Code, and generic-host configuration.
Supported platforms: macOS, Linux, and Windows on x64 or ARM64. Node.js 20 or newer is required for the installer and wrapper; the installed Go binary itself has no Node.js runtime dependency. Windows binaries are checksum-verified but not currently code-signed, so Windows may show a SmartScreen warning on first run.
See the main repository for the agent skill, encrypted-handoff examples, CLI/API documentation, threat boundaries, and contribution guide.
FAQs
Secure temporary file sharing CLI for AI agents and humans, with expiring links and local age encryption
We found that @aispace-sh/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.