testing-handbook-skills

Fail

Audited by Socket on Feb 27, 2026

3 alerts found:

AnomalyMalwarex2
AnomalyLOW
skills/constant-time-testing/SKILL.md

The fragment is benign educational material for constant-time analysis. It provides guidance and references for tooling but contains no executable code, data exfiltration, or active data flows. Security risk is low in isolation; actual risk depends on how the referenced tools are integrated in a broader project.

Confidence: 75%Severity: 50%
MalwareHIGH
skills/libafl/SKILL.md

This document is legitimate LibAFL documentation and examples for building and using a fuzzer. It does not contain code that reads secrets, exfiltrates data, or executes hidden payloads. The primary security concern is standard supply-chain risk from unpinned remote downloads and explicit download-and-execute patterns (curl/wget/git clone followed by running build/install scripts and piping the rustup installer to sh). Those patterns are common for installing toolchains but increase attack surface if remote hosts or links are compromised. Overall risk to a user following these instructions is moderate but manageable with standard precautions (pin commits, verify artifacts, use isolated build environments).

Confidence: 95%Severity: 90%
MalwareHIGH
skills/atheris/SKILL.md

This document is documentation and example code for the Atheris fuzzer. The content and build/run instructions are consistent with the stated purpose: instrumenting and fuzzing Python and Python C extensions. The primary supply-chain considerations are benign and expected for this project: adding an external LLVM apt repository and fetching its key, performing apt and pip installs, and building native extensions locally for ASan/libFuzzer integration. There is no evidence of credential harvesting, hidden backdoors, obfuscated payloads, or data exfiltration. The few noteworthy risks are standard supply-chain trust concerns (relying on apt.llvm.org and pip installs) and the use of LD_PRELOAD which, while necessary for sanitizers, can alter runtime linking. Overall: functionality matches purpose; treat external package sources and build steps with normal supply-chain diligence (verify repository keys, pin versions, review build artifacts).

Confidence: 95%Severity: 90%
Audit Metadata
Analyzed At
Feb 27, 2026, 01:42 PM
Package URL
pkg:socket/skills-sh/elizaOS%2Feliza%2Ftesting-handbook-skills%2F@4e20cdf95091ddc3492f6709ef3e5c8cdb3ed5c9