Skip to main content

property-based-testing

Enables property-based testing in JavaScript, Python, and Go, generating random inputs to ensure code correctness and edge case coverage.

Install this skill

or
65/100

Security score

The property-based-testing skill was audited on May 20, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70).map(([local, domain]) => `${local}@${domain}`)
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115toString: () => `set(${k}, ${v})`
medium line 124

Template literal with variable interpolation in command context

SourceSKILL.md
124toString: () => `delete(${k})`
high line 88

Access to /etc/passwd

SourceSKILL.md
88fc.constant('../../../etc/passwd'),
medium line 88

Path traversal to sensitive directory

SourceSKILL.md
88fc.constant('../../../etc/passwd'),
Scanned on May 20, 2026
View Security Dashboard
Installation guide →