Back to skill
v1.0.1

lin-tet-master

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:26 AM.

Analysis

This is a coherent instruction-only QA/testing guide with no evident hardcoded secret or hidden execution, though test examples should be run only in safe test environments.

GuidanceThis skill appears safe to use as testing guidance. Before allowing an agent to run or generate tests from it, confirm targets are non-production, use synthetic data, and review any database cleanup, load-testing, or security-testing steps.

Findings (1)

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
references/integration-testing.md
await db.query('DELETE FROM users');

The reference includes a database cleanup example that mutates data. In context, this is normal for integration-test isolation, but it should only be used against test databases.

User impactIf copied or run against a real production database, this kind of cleanup step could delete user records.
RecommendationUse generated integration tests only with isolated test databases and review cleanup/load/security-test steps before running them.