web3_wallet
Crypto wallet access or manipulation
Line 215Snippets
Creates a new wallet with an encrypted keyfile. Derives both a consensus (`su...`) and EVM (`0x...`) address from the same mnemonic. The 12-word recovery phrase is displayed **once** — the user must back it up immediately. Default wallet name is `default`.npx tsx auto-respawn.ts wallet import --name <name> --mnemonic "<12 words>" [--passphrase <passphrase>] console.error(` ${result.mnemonic}`) const mnemonic = flags.mnemonic const mnemonic = flags.mnemonicdata_exfiltration
Data exfiltration attempt
Data exfiltration attempt
Line 160Snippets
- User says "send EVM tokens to another agent", "transfer on EVM", or "send tokens to this 0x address"Send native tokens from a saved wallet's EVM address to another EVM address on Auto-EVM. Useful for funding another agent's EVM address so it can start anchoring immediately. The wallet's EVM private key is decrypted to sign the transaction.privilege_escalation
Privilege escalation attempt
Privilege escalation attempt
Line 72Snippets
chmod +x setup.shchmod +x setup.shfs_write
Filesystem write access
Filesystem write access
Line 1602Snippets
import { readdir, readFile, writeFile, mkdir } from 'node:fs/promises' await writeFile(filepath, JSON.stringify(walletFile, null, 2), { mode: 0o600 })fs_read
Filesystem read access
Filesystem read access
Line 1602Snippets
import { readdir, readFile, writeFile, mkdir } from 'node:fs/promises'import { readdir, readFile, writeFile, mkdir } from 'node:fs/promises' const raw = await readFile(filepath, 'utf-8') const contents = await readFile(passphraseFilePath, 'utf-8') const files = await readdir(WALLETS_DIR)env_access
Environment variable access
Environment variable access
Line 1227Snippets
return process.env.AUTO_RESPAWN_CONTRACT_ADDRESS || MEMORY_CHAIN_ADDRESSES[network] const env = process.env.AUTO_RESPAWN_NETWORK process.env.HOME || process.env.USERPROFILE || '~', process.env.HOME || process.env.USERPROFILE || '~', process.env.HOME || process.env.USERPROFILE || '~',Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
>
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1