CtrlK
BlogDocsLog inGet started
Tessl Logo

maxia

Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.

52

Quality

58%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/maxia/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill instructs registering to obtain an API key and shows example curl commands that embed the API key directly in an X-API-Key header, which requires the LLM or agent to include secret values verbatim in generated requests/commands.

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

The skill explicitly supports financial transactions on Solana: it lets agents register with a SOLANA_WALLET, create sell listings with a price in USDC, and buy/execute services via an /execute endpoint that accepts a payment_tx (Solana transaction signature). It also states "Payment: USDC on Solana" and exposes tools named maxia_sell and maxia_execute. These are specific crypto payment/execution capabilities, so this is direct financial execution authority.

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

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

The skill’s required runtime workflow can read outsider-authored free text via the user-provided `prompt` field sent to `POST https://maxiaworld.app/api/public/execute`, which is then processed by the selected external/marketplace service for execution.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill explicitly calls runtime endpoints that can execute remote services and supply tool manifests—e.g., POST to https://maxiaworld.app/api/public/execute (executes a service with a supplied "prompt") and fetching https://maxiaworld.app/mcp/manifest (tool manifest used at runtime)—so external content can execute code or control agent behavior.

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.