Skylv Integration Testing Helper
Analysis
This instruction-only testing helper is coherent, but it can guide an agent to run tests, start or stop services, and prepare test databases, so it should be used only in scoped test environments.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
- **Service Orchestration**: Start/stop required services for tests - **Data Setup**: Prepare test databases and fixtures
The skill may lead an agent to affect running services or databases. This is expected for integration testing, but users should confirm scope and environment before running such actions.
## Requirements - Node.js 18+ - Docker (optional, for service containers)
The skill documents runtime tools, while the registry metadata declares no required binaries and there is no install spec. This is not suspicious for an instruction-only skill, but users should verify their own Node/Docker setup.
