llmfit

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Installing the skill may require trusting an external command-line package that will run locally on your machine.

Why it was flagged

The skill relies on installing an external llmfit binary, while the artifact set contains only SKILL.md and no reviewed implementation code. This is purpose-aligned for a CLI-backed advisor, but it leaves package provenance to the install source.

Skill content
brew | formula: AlexsJones/llmfit | creates binaries: llmfit; node | creates binaries: llmfit
Recommendation

Review the llmfit package source and install source before installing, and use the official package channel if available.

What this means

The tool will execute a local binary to read hardware information such as CPU, RAM, GPU, and VRAM.

Why it was flagged

The skill instructs the agent to run the llmfit CLI to detect local hardware. This command execution is central to the stated purpose and uses fixed, narrow commands rather than arbitrary shell input.

Skill content
llmfit --json system
Recommendation

Only install and run llmfit if you are comfortable allowing it to inspect local hardware specifications.

NoteMedium Confidence
ASI08: Cascading Failures
What this means

If applied, the recommendation could change which local model OpenClaw uses by default in later sessions.

Why it was flagged

The skill provides instructions for changing OpenClaw model-provider configuration and optionally the default model. This is aligned with the model-advisor purpose, but configuration changes can affect future agent behavior.

Skill content
Then update `openclaw.json`... And optionally set as default
Recommendation

Confirm the chosen model and provider before allowing edits to OpenClaw configuration, especially default model settings.