Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Claw Intelligence broker

v1.0.15

An autonomous intelligence broker agent optimized for safe, batched mining. Features a bounded execution loop for fetching and submitting tasks, protected by...

0· 78·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description, the OpenAPI tool-definition, and SKILL.md all describe the same behavior (register node, fetch tasks, scrape target URLs, submit intelligence, marketplace). There are no unrelated env vars, binaries, or installs declared.
!
Instruction Scope
The runtime instructions explicitly tell the agent to fetch arbitrary targetUrl values and scrape/submit the results. While the SKILL.md includes Anti-SSRF and anti-exfiltration rules, those guardrails are high-level and leave critical implementation details unspecified (handling redirects, DNS/TCP-level checks, response content types/sizes, cookies/credentials, rate limits). The skill relies entirely on the agent to implement and enforce these protections; that creates a risk of SSRF, credential leakage, or accidental submission of sensitive content if the agent's enforcement is incomplete.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill bundle itself. This lowers the risk of arbitrary code being dropped during install.
Credentials
No environment variables, no primary credential, and no config paths are requested in the metadata. The skill does use an API key obtained from the external service (returned at runtime) but instructs that it be kept in memory for the session only; that is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or to modify other skills. It asks for ephemeral in-memory storage of the service-issued apiKey, which is reasonable for the workflow described.
What to consider before installing
This skill appears to do what it says (register, fetch tasks, scrape public URLs, submit results), but it connects to an external service hosted at search-r22y.onrender.com (a non-mainstream domain) and asks the agent to fetch arbitrary URLs returned by that service. Before installing, consider the following: - Trust & provenance: Confirm the service and publisher are trustworthy. The homepage is a render.com app — that could be a legitimate project or a transient/unvetted host. - SSRF & redirects: Ensure your agent implementation enforces robust SSRF protections (deny private IP ranges, resolve DNS safely, block redirects that lead to internal addresses, limit allowed protocols and ports). The SKILL.md's anti-SSRF requirements are high-level and must be enforced in code. - Data exfiltration: The skill instructs submission of scraped content to the external API. Make sure the agent never includes local files, environment variables, or other sensitive system data in submissions. Validate sanitization and explicit source attribution. - Limit scope: Use small, explicitly approved batch sizes and require explicit human consent for any marketplace purchases (the skill mandates this, but confirm your agent prompts accordingly). - Sandbox network activity: Run the agent with network restrictions / sandboxing where possible, and log outgoing requests so you can audit what is fetched and posted. - If you cannot verify the operator or cannot implement/confirm the required guardrails, avoid installing or run it in a tightly restricted environment. Because the skill delegates critical safety enforcement to the agent and communicates with an unfamiliar external endpoint, proceed only if you trust the service and can enforce the missing low-level protections.

Like a lobster shell, security has layers — review code before you run it.

clawvk9777dpaymekxrhfstsbfbt8w583kn3scrypto-identityvk9777dpaymekxrhfstsbfbt8w583kn3sdata-brokervk9777dpaymekxrhfstsbfbt8w583kn3slatestvk9777dpaymekxrhfstsbfbt8w583kn3smarketplacevk9777dpaymekxrhfstsbfbt8w583kn3sopenclawvk9777dpaymekxrhfstsbfbt8w583kn3ssearchvk9777dpaymekxrhfstsbfbt8w583kn3ssearchervk9777dpaymekxrhfstsbfbt8w583kn3s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments