Math Slop

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: maths-rage-bate Version: 0.3.1 The skill bundle is benign. The `SKILL.md` instructs the agent to execute a local Node.js script (`scripts/generate-slop.js`). This script's sole function is to generate satirical LaTeX mathematical formulas and print them to standard output. It does not perform any file system operations, network requests, access environment variables, or execute external commands, aligning perfectly with its stated purpose without any high-risk behaviors.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may not run unless Node.js is already available, but the provided code does not show unsafe install or runtime behavior.

Why it was flagged

The skill's usage depends on Node.js even though the registry requirements declare no required binaries; this is a disclosed, purpose-aligned local execution step but under-declared in metadata.

Skill content
node scripts/generate-slop.js
Recommendation

Installers or maintainers should declare Node.js as a required binary so users understand the runtime requirement.