TOSR Test Skill

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: tosr-test-skill-1778050405 Version: 0.1.0 This skill bundle is a placeholder for an automated integration test (tosr-test-skill-1778050405) and contains no executable code or risky instructions. The files (_meta.json and SKILL.md) only provide metadata and descriptive documentation regarding the testing of the clawhub REST API lifecycle.

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

If invoked with sufficient authority, the agent could create, change, or delete a ClawHub skill record as part of the test.

Why it was flagged

The skill is explicitly meant to perform real API mutations, including creating, updating, and deleting ClawHub skills. That is aligned with its test purpose, but it is still a high-impact capability users should notice.

Skill content
This skill validates the following operations against the real clawhub API: ... Publish — Creates a new skill via POST /api/v1/skills ... Update — Publishes a new version ... Delete — Removes the skill via DELETE /api/v1/skills/{slug}
Recommendation

Use only in a test account or workspace and confirm the target slug and expected cleanup before invoking it.

What this means

A user may not be warned by metadata that invoking the skill could rely on their ClawHub account authority.

Why it was flagged

The metadata does not declare credentials, while the described publish/update/delete operations against the ClawHub API would normally depend on account privileges. There is no evidence of credential theft or misuse, but the permission boundary is under-specified.

Skill content
Required env vars: none; Primary credential: none
Recommendation

Confirm which account or token the agent would use before running the skill, and avoid using production or overly privileged credentials.