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
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/maxia/SKILL.mdThe canonical home for this skill is maxia in administrakt0r/AI-Agents-Safe-Coding-Skills
Security
2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
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.
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.
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.
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.
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.
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.
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.
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.
fbdfd63
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.