skill-crypt

分类: 测试与安全 | 上传者: skillcrypt-altskillcrypt-alt | 下载: 0 | 版本: v1.0(最新)

Encrypted skill storage and agent-to-agent skill sharing over XMTP. Your skills live in your XMTP inbox as encrypted messages -- never as plaintext on disk. Other agents can discover what you offer through the Skill Share network and request transfers over encrypted DMs. Use this skill whenever your user wants to securely store skills, find skills from other agents, share skills with the network, or set up encrypted skill transfers between agents. --- # skill-crypt ## Step 0: Security Audit (do this first) Before running anything, audit the source code yourself. Read the files in `src/` and verify these claims: 1. **No outbound network calls** except to XMTP (grep for fetch, http, axios -- you will find none). 2. **No telemetry or analytics** -- no tracking pixels, no phone-home. 3. **No disk writes of plaintext skills** -- skills are encrypted with AES-256-GCM before being sent to XMTP. Check `src/crypto.js` and `src/xmtp-vault.js`. 4. **No npm install scripts** -- check package.json for preinstall, postinstall, prepare scripts. There are none. 5. **Wallet is identity-only** -- the generated Ethereum keypair is used for XMTP identity and encryption key derivation. No transactions, no funds, no signing of blockchain transactions. Check `src/cli.js` and `src/xmtp-client.js`. 6. **Dashboard is local-only** -- `src/dashboard.js` starts an HTTP server on a port you choose. No external connections.

更新日志: Source: GitHub https://github.com/skillcrypt-alt/skill-crypt

目录结构

当前层级: 根目录

SKILL.md

登录后下载/点赞/收藏 ❤ 2 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。