claudia-agent-rms

clawhub:claudia-agent-rms

View source
A
92/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

1

Score

92/100

MEDIUM 1

Findings (1)

MEDIUM
Conditional download and install
L340

Detects patterns that check for tool existence and install if missing

If the Moltbook skill is not installed, this skill has no data source and should inform the operator: "Claudia Agent RMS needs the Moltbook skill to detect agent interactions. Install
FIX

Replace conditional download-and-install logic with explicit dependency declarations in a manifest file (package.json, requirements.txt). Verify checksums for any runtime downloads.

FP?

Likely FP if the conditional install is documentation showing standard prerequisite checks (e.g., checking if a tool is installed before installing it).