Skip to main content

implement-and-test

Facilitates feature implementation with interleaved testing, ensuring quality through continuous integration and testing practices.

Install this skill

or
39/100

Security score

The implement-and-test skill was audited on Feb 12, 2026 and we found 5 security issues across 2 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 25

Template literal with variable interpolation in command context

SourceSKILL.md
25- Read `specs/alg-${NUM}-*/spec.md` - User stories, requirements, acceptance criteria (REQUIRED)
high line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26- Check if `specs/alg-${NUM}-*/research.md` exists - Implementation patterns, files to modify (OPTIONAL)
high line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33- Commit implementation: `git commit -m "feat(scope): description ALG-${NUM}"`
high line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38- Commit tests: `git commit -m "test(scope): description ALG-${NUM}"`
low line 52

External URL reference

SourceSKILL.md
52Follow [Conventional Commits](https://www.conventionalcommits.org/):
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →