CtrlK
BlogDocsLog inGet started
Tessl Logo

zscore

Register agents on the zScore ERC-8004 Identity Registry, manage wallets and metadata, and read on-chain state. Use when an agent needs to register on-chain, check fees, read agent info, set metadata, or manage agent wallets on Base Mainnet or Base Sepolia.

90

2.17x
Quality

88%

Does it follow best practices?

Impact

100%

2.17x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.70). The skill fetches and parses arbitrary HTTP tokenURIs returned by the on-chain registry (see lib/get-agent.js which does fetch(agentURI) and uses parsedJson in cmdRead and the post-registration verification in scripts/zscore.ts), so it clearly ingests untrusted/public third-party JSON and displays/interprets it as part of its runtime workflow.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill explicitly performs on-chain transactions that move value and require signing with a private key. It mints an NFT during register (paying a stated registration fee of 0.0025 ETH on mainnet / 0.001 ETH on Sepolia), requires a PRIVATE_KEY to run writes, and exposes commands that call contract methods (register, set-metadata, unset-wallet) which send transactions. Managing wallets and signing transactions on Ethereum (Base) is a direct crypto/blockchain financial execution capability, not a generic tool. Therefore it meets the "Direct Financial Execution" criteria.

Repository
teeclaw/phorm-nft
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.