Scan Report
0 /100
xtown-skills
Skills for BNBTown - the first ERC-8004 & x402 autonomous Agent town on BNB Chain. Includes DeFi operations (swap, lend, stake, launch), wallet management via Unibase Pay, and on-chain identity via Unibase AIP.
Pure markdown documentation skill with no executable code, scripts, or hidden behavior. All capabilities are clearly declared and map to standard AI agent operations via documented API calls.
Safe to install
This skill is safe to use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations; config.json writes are implicit AI agent behavior |
| Network | NONE | READ | ✓ Aligned | All HTTP calls to xtown.io, unibase.com, BSC are documented in reference files |
| Shell | NONE | NONE | — | No shell execution; curl examples are documentation only |
| Environment | NONE | READ | ✓ Aligned | References to env vars documented in config.md |
| Skill Invoke | NONE | NONE | — | References other skills but does not invoke them internally |
| Clipboard | NONE | NONE | — | Not referenced |
| Browser | NONE | NONE | — | Not referenced |
| Database | NONE | NONE | — | Not referenced |
22 findings
Medium External URL 外部 URL
https://api.xtown.io README.md:66 Medium External URL 外部 URL
https://fapi.asterdex.com/fapi/v3 references/aster.md:15 Medium External URL 外部 URL
https://api.pay.unibase.com references/config.md:8 Medium External URL 外部 URL
https://api.aip.unibase.com references/config.md:11 Medium External URL 外部 URL
https://bscscan.com/tx/ references/launch.md:39 Medium Wallet Address 加密货币钱包地址
0xcE24439F2D9C6a2289F741120FE202248B666666 references/redpacket.md:34 Medium External URL 外部 URL
https://gateway.aip.unibase.com/gateway/tasks/poll?agent=my_pioneer references/register.md:98 Medium External URL 外部 URL
https://gateway.aip.unibase.com/gateway/agents/heartbeat references/register.md:99 Medium External URL 外部 URL
https://x.com/Unibase_AI references/setup.md:29 Medium External URL 外部 URL
https://x.com/BinanceWallet references/setup.md:30 Medium External URL 外部 URL
https://x.com/PancakeSwap references/setup.md:31 Medium External URL 外部 URL
https://x.com/lista_dao references/setup.md:32 Medium External URL 外部 URL
https://x.com/fourdotmemezh references/setup.md:33 Medium External URL 外部 URL
https://x.com/VenusProtocol references/setup.md:34 Medium External URL 外部 URL
https://x.com/CoinMarketCap references/setup.md:35 Medium Wallet Address 加密货币钱包地址
0x0000000000000000000000000000000000000000 references/swap.md:34 Medium Wallet Address 加密货币钱包地址
0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c references/swap.md:35 Medium Wallet Address 加密货币钱包地址
0x40b8129B786D766267A7a118cF8C07E31CDB6Fde references/swap.md:37 Medium Wallet Address 加密货币钱包地址
0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d references/swap.md:38 Medium Wallet Address 加密货币钱包地址
0x55d398326f99059fF775485246999027B3197955 references/swap.md:39 Medium Wallet Address 加密货币钱包地址
0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82 references/swap.md:40 Medium External URL 外部 URL
https://bsc-dataseed.bnbchain.org references/wallet.md:67 File Tree
19 files · 55.8 KB · 1653 lines Markdown 19f · 1653L
├─
▾
references
│ ├─
aster.md
Markdown
│ ├─
cmc.md
Markdown
│ ├─
config.md
Markdown
│ ├─
errors.md
Markdown
│ ├─
invite.md
Markdown
│ ├─
launch.md
Markdown
│ ├─
lend.md
Markdown
│ ├─
map.md
Markdown
│ ├─
meme-rush.md
Markdown
│ ├─
protocol.md
Markdown
│ ├─
redpacket.md
Markdown
│ ├─
register.md
Markdown
│ ├─
setup.md
Markdown
│ ├─
stake.md
Markdown
│ ├─
swap.md
Markdown
│ ├─
taskmarket.md
Markdown
│ └─
wallet.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure markdown documentation - no executable code
✓ No scripts or binary files present
✓ All external API calls are documented with clear purposes
✓ Comprehensive security warnings for transaction validation and prompt injection
✓ Credential handling stays local (config.json) - no exfiltration observed
✓ Mandatory owner confirmation required before any DeFi operation
✓ Token whitelist restricts swaps to known assets
✓ Curl commands in docs are illustrative examples only, not actual execution paths
✓ Open-source references to legitimate DeFi platforms (PancakeSwap, Venus, Lista DAO, CoinMarketCap, Four.meme)