AdShares integration. Manage data, records, and automate workflows. Use when the user wants to interact with AdShares data.
58
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/adshares/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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 is a dedicated AdShares integration (a blockchain-based advertising marketplace) and explicitly exposes domain entities like "Wallet" and "Transaction." It instructs the agent to discover and run pre-built actions via Membrane CLI (membrane action list / action run) and to proxy arbitrary requests to the AdShares API (including POST/PUT/PATCH/DELETE). Because Membrane performs auth and lets the agent invoke app-specific actions or proxied endpoints, the skill provides concrete, app-specific capabilities that can create/send blockchain transactions or otherwise operate wallets. This is not a generic HTTP or browser tool — it is a specific integration with a crypto/blockchain application that enables execution of transactional operations, so it grants 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 SKILL.md shows it connects to the public AdShares site (e.g., membrane connection ensure "https://adshares.net") and explicitly proxies arbitrary API requests via "membrane request CONNECTION_ID /path/to/endpoint" and action discovery results (including optional clientAction.agentInstructions), meaning the agent will fetch and interpret untrusted third‑party API/web content as part of its workflow.
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 invokes Membrane at runtime (e.g., `membrane connection ensure "https://adshares.net"`) and the resulting connection object can include clientAction.agentInstructions — runtime-fetched instructions the AI is expected to follow — so the external app URL https://adshares.net can supply content that directly controls agent behavior.
f484c82
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.