hoosat-dev
Provides a comprehensive toolkit for Hoosat blockchain development, enabling transactions, wallet integration, and dApp creation.
Install this skill
Security score
The hoosat-dev skill was audited on Feb 19, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 75 | console.log(`Balance: ${htn} HTN`); |
Curl to non-GitHub URL
| 92 | curl https://proxy.hoosat.net/api/v1/address/hoosat:qz7ulu8mmmul6hdcnssmjnt28h2xfer8dz9nfqamvvh86ngef4q8dvzxcjdqe/balance |
Access to hidden dotfiles in home directory
| 359 | 1. Check if already initialized: `test -f ~/.hoosat-wallets/wallets.enc` |
Access to hidden dotfiles in home directory
| 364 | - Confirm: "Wallet system initialized at ~/.hoosat-wallets/" |
Access to hidden dotfiles in home directory
| 442 | Located at: `~/.hoosat-wallets/config.json` |
Access to hidden dotfiles in home directory
| 507 | 1. **Persistent Storage**: `~/.hoosat-wallets/` directory |
Access to .env file
| 102 | const wallet = HoosatCrypto.importKeyPair(process.env.WALLET_PRIVATE_KEY); |
External URL reference
| 17 | - **API**: https://proxy.hoosat.net/api/v1 (no auth required) |
External URL reference
| 84 | baseUrl: 'https://proxy.hoosat.net/api/v1' |
External URL reference
| 92 | curl https://proxy.hoosat.net/api/v1/address/hoosat:qz7ulu8mmmul6hdcnssmjnt28h2xfer8dz9nfqamvvh86ngef4q8dvzxcjdqe/balance |
External URL reference
| 585 | - **Developer Hub**: https://hub.hoosat.net/ |
External URL reference
| 586 | - **REST API Docs**: https://proxy.hoosat.net/docs |
External URL reference
| 590 | - **Discord**: https://discord.gg/mFBfNpNA |
External URL reference
| 591 | - **Twitter**: https://x.com/HoosatNetwork |
External URL reference
| 592 | - **Telegram**: https://t.me/HoosatNetwork |
External URL reference
| 593 | - **Official Website**: https://network.hoosat.fi |
External URL reference
| 594 | - **Motoko Package**: https://mops.one/hoosat-mo |