Test Execution & Writing Skill
Facilitates running tests, writing new ones, and checking coverage using pytest for efficient software quality assurance.
Install this skill
or
29/100
Security score
The Test Execution & Writing Skill skill was audited on Mar 4, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 128
Hex-encoded characters
SourceSKILL.md
| 128 | sender = b"\x01" * 20 |
medium line 145
Hex-encoded characters
SourceSKILL.md
| 145 | sender = b"\x01" * 20 |
medium line 173
Hex-encoded characters
SourceSKILL.md
| 173 | rpc.send_raw_transaction.return_value = b"\xaa" * 32 |
medium line 186
Hex-encoded characters
SourceSKILL.md
| 186 | private_key=b"\x01" * 32, |
medium line 238
Hex-encoded characters
SourceSKILL.md
| 238 | ALICE = b"\x01" * 20 |
medium line 239
Hex-encoded characters
SourceSKILL.md
| 239 | TARGET = b"\xca\xfe" + b"\x00" * 18 |
medium line 262
Hex-encoded characters
SourceSKILL.md
| 262 | sender = b"\x01" * 20 |
medium line 274
Hex-encoded characters
SourceSKILL.md
| 274 | L2Tx(sender=b"\x01" * 19, nonce=0, data={}) |
medium line 279
Hex-encoded characters
SourceSKILL.md
| 279 | L2Tx(sender=b"\x01" * 20, nonce=-1, data={}) |
medium line 289
Hex-encoded characters
SourceSKILL.md
| 289 | sender = b"\x01" * 20 |
medium line 300
Hex-encoded characters
SourceSKILL.md
| 300 | ALICE = b"\x01" * 20 |
medium line 301
Hex-encoded characters
SourceSKILL.md
| 301 | BOB = b"\x02" * 20 |
medium line 302
Hex-encoded characters
SourceSKILL.md
| 302 | CHARLIE = b"\x03" * 20 |
medium line 305
Hex-encoded characters
SourceSKILL.md
| 305 | TEST_PRIVATE_KEY = b"\x01" * 32 |
low line 185
External URL reference
SourceSKILL.md
| 185 | rpc_url="http://localhost:8545", |
Scanned on Mar 4, 2026
View Security DashboardInstall this skill with one command
/learn @tokamak-network/test