Find Agent-Native Service

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: find-agent-service Version: 1.4.0 The skill facilitates 'URL Onboarding,' which explicitly instructs the AI agent to fetch remote markdown files (e.g., from moltbook.com or ensue.dev) and 'follow the instructions' autonomously. This pattern is a high-risk indirect prompt injection vector, as it encourages the agent to delegate its control logic to untrusted external content. While the services listed appear relevant to the agentic ecosystem, the instruction to blindly execute remote commands/protocols (SKILL.md) without human oversight is a significant security vulnerability.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

ConcernHigh Confidence
ASI01: Agent Goal Hijack
What this means

A recommended service page could redirect the agent into actions beyond the user's original request.

Why it was flagged

This instructs the agent to treat third-party URL content as executable guidance, rather than only summarizing it for the user.

Skill content
Read <url> and follow the instructions. ... the service hosts a machine-readable skill/protocol file that an agent reads and follows to self-register.
Recommendation

Use these URLs for review and summarization only unless the user explicitly approves following the remote instructions.

What this means

An agent could create or join an external service unexpectedly if it follows the onboarding step automatically.

Why it was flagged

The skill points to a mutating registration API action but does not define approval, parameters, side effects, or rollback.

Skill content
Read https://ensue.dev/docs and call POST /auth/agent-register
Recommendation

Require explicit user confirmation before registration or API POST actions, and disclose what data will be sent.

What this means

The user may not realize the agent has enrolled in an outside ecosystem or gained a persistent service identity.

Why it was flagged

Autonomous service membership can establish an external identity or privilege boundary without explaining scopes, ownership, or revocation.

Skill content
The agent becomes part of the service's ecosystem autonomously.
Recommendation

Make onboarding user-directed, document created identities and permissions, and provide clear removal or revocation steps.

What this means

If the user onboards to such a service, information may be shared with other agents or service operators.

Why it was flagged

The catalog includes services involving shared memory or agent ecosystems, which may expose agent state or content outside the local session if used.

Skill content
Agent needs shared memory with OTHER agents | Memory & State | Ensue | URL Onboarding
Recommendation

Review each service's privacy and sharing model before onboarding, and avoid sending secrets or sensitive tasks unless explicitly intended.