RTFM Testing

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: rtfm-testing Version: 1.0.0 The OpenClaw AgentSkills skill bundle is designed for 'RTFM Testing,' where a fresh AI agent is spawned to validate documentation quality. The `SKILL.md` file describes this process and instructs the current agent to use `sessions_spawn` with a specific task and the `TESTER.md` prompt. The `TESTER.md` file, which serves as the system prompt for the spawned agent, contains strict rules that *restrict* the agent to only use provided documentation, report gaps literally, and avoid inference or external knowledge. This design is defensive, aiming to prevent the spawned agent from deviating or performing unauthorized actions, rather than encouraging them. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with harmful intent against either the current or spawned agent.

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 the provided docs include commands or actions that change files, services, or accounts, the spawned tester could attempt those steps as part of the test.

Why it was flagged

The skill explicitly instructs use of a tool that creates another agent to attempt the documentation task. This is core to the skill, but users should understand that the spawned tester may follow documented task steps.

Skill content
Spawn a fresh tester — Use the TESTER.md prompt with `sessions_spawn`
Recommendation

Use this skill in a safe test environment and require human review before testing documentation that includes destructive, public, or account-mutating actions.

What this means

Any private documentation, internal procedures, or secrets included in the pasted docs would be shared with the spawned tester session.

Why it was flagged

The workflow passes the user's documentation into a spawned agent session. This is disclosed and purpose-aligned, but it is still an inter-agent data flow.

Skill content
task: "Complete the following task using ONLY the provided documentation. [TASK DESCRIPTION]\n\n---\n\n[PASTE DOCS HERE]"
Recommendation

Only paste documentation that is appropriate to share with the spawned agent, and remove credentials, tokens, or other sensitive material before testing.