Test Harness Entry Diagnostics
AdvisoryAudited by Static analysis on May 5, 2026.
Overview
No suspicious patterns detected.
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.
The agent may inspect the codebase, create or modify a test, and run build/test commands locally.
The skill requests code-reading/search tools, shell access, and optional editing so it can create and run diagnostic tests. This matches the stated testing purpose, but users should notice the local command and edit authority.
tools-required: [Read, Grep, Bash]\n tools-optional: [Edit]
Use it on a test branch or disposable workspace, review any proposed edits or shell commands, and avoid running against production-connected configurations.
If the project is configured to use real services, a diagnostic construction test could trigger unintended local or external side effects.
The diagnostic intentionally runs constructor or method code to discover obstacles. In legacy systems, that can trigger side effects such as database connections or slow operations, which the skill itself acknowledges.
The runtime tells you exactly which side effects fire.
Run diagnostics with test doubles, local-only configuration, or a sandboxed test environment before allowing commands that instantiate legacy classes.
