Find stable, reliable, and secure service for your agents

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: find-services Version: 1.0.1 The find-services skill is a discovery tool designed to search for third-party services using the openspend CLI. The SKILL.md instructions include strong safety boundaries, explicitly prohibiting the installation of software, the handling of sensitive credentials/secrets, and requiring user confirmation before performing authentication tasks. The workflow is limited to search and reporting, with no evidence of malicious intent or high-risk execution patterns.

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.

What this means

The agent may run local OpenSpend commands to check the CLI/session and search for service providers.

Why it was flagged

The skill instructs the agent to run local OpenSpend CLI commands, including a marketplace search. This is central to the stated purpose and bounded to discovery.

Skill content
command -v openspend
openspend version
openspend whoami
...
openspend search "<capability query>" --limit 5 --json
Recommendation

Use this only if you trust the OpenSpend CLI in your environment, and review the resulting provider list before taking any setup or paid action.

What this means

If approved, the agent may authenticate to OpenSpend or use an existing OpenSpend account session for search.

Why it was flagged

The skill can use an existing OpenSpend session or ask the user to approve login. This is expected for an OpenSpend search workflow and is explicitly scoped.

Skill content
Preferred path: run search with existing CLI session only.
Optional credentialed path: OpenSpend user login via `openspend auth login` with explicit user confirmation.
Recommendation

Only approve login if you intend to use your OpenSpend account for this search; do not provide unrelated secrets or payment credentials.

What this means

The skill will only work where the OpenSpend CLI is already available or where another setup flow handles installation.

Why it was flagged

The registry metadata does not declare or install the `openspend` CLI even though the skill instructions rely on it. The artifact mitigates this by telling the agent not to install/update tools and to stop or hand off if the CLI is missing.

Skill content
Required binaries (all must exist): none
...
No install spec — this is an instruction-only skill.
Recommendation

Verify the OpenSpend CLI is already installed from a trusted source before using this skill.