Test runner
Skill ondrej-merkun/skill-audit/test/fixtures/benign/test-runner
Scan every AI agent skill on your machine for prompt injection and malicious code. Fast local rules by default, with optional local LLM review for deeper context.From the repository description
npx -y skills add ondrej-merkun/skill-audit --skill test-runnerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 178 tokens by cl100k_base, as published. Nobody here has run it
test-runner
Runs the project test suite and summarises results: pass/fail counts, slowest tests, and coverage delta since the last run.
<test-runner> Use this skill to run tests and interpret results.Commands:
run [pattern]— run all tests, or only tests matching patternwatch— re-run affected tests on file changecoverage— run with coverage and print a branch summaryslowest [n]— list the n slowest tests (default 10)diff— compare pass/fail counts to the last saved baseline
Autodetects: pytest (Python), vitest / jest (JS/TS), cargo test (Rust).
Results saved to .test-baseline.json in the project root.
</test-runner>
What ships with it: 1 file
958 B alongside SKILL.md, 1 of them executable
- runner.pyruns958 B