veil — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited veil (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill wraps the @veil-cash/sdk CLI to make Veil operations agent-friendly.
balance, queue-balance, private-balancewithdraw, transfer, merge are executed locally using VEIL_KEY (ZK/proof flow)~/.clawdbot/skills/veil/.env.veil (chmod 600)~/.clawdbot/skills/bankr/config.jsonOption A: Global npm install (recommended)
npm install -g @veil-cash/sdkOption B: Clone from GitHub
mkdir -p ~/.openclaw/workspace/repos
cd ~/.openclaw/workspace/repos
git clone https://github.com/veildotcash/veildotcash-sdk.git
cd veildotcash-sdk
npm ci && npm run buildVeil queries a lot of blockchain data (UTXOs, merkle proofs, etc.), so public RPCs will likely hit rate limits. A dedicated RPC from Alchemy, Infura, or similar is recommended.
Put RPC_URL=... in one of these:
~/.clawdbot/skills/veil/.env (preferred).env (less ideal)Example:
mkdir -p ~/.clawdbot/skills/veil
cat > ~/.clawdbot/skills/veil/.env << 'EOF'
RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
EOF
chmod 600 ~/.clawdbot/skills/veil/.envchmod +x scripts/*.shscripts/veil-init.sh
scripts/veil-keypair.shscripts/veil-status.shscripts/veil-bankr-prompt.sh "What is my Base wallet address? Respond with just the address."scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESSscripts/veil-deposit-via-bankr.sh 0.011 --address 0xYOUR_BANKR_ADDRESSscripts/veil-withdraw.sh 0.007 0xYOUR_BANKR_ADDRESS~/.clawdbot/skills/bankr/config.json..env.veil or .env files to git.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.