Auto Test
Analysis
This looks like a normal unit-test generation skill, but users should review any local scripts and test-running commands before using it.
Findings (3)
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.
`--path` | 项目路径 | `.` ... `--output` | 输出文件/目录 | `./tests/`
The skill is designed to read a project directory and write generated test files. This is expected for test generation, but it gives the agent file-level influence over the user's codebase.
python3 scripts/generate-tests.py --path /path/to/project --framework pytest
The documented workflow references a local helper script, while the supplied package is instruction-only with no code files. This is not suspicious by itself, but the actual script provenance should be checked before execution.
覆盖率计算 - 运行测试,生成覆盖率报告
Coverage generation involves running tests, which can execute project code. This is central to the stated purpose, but it is still a behavior users should notice.
