Technical Blog Writing

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 installation script and downloaded CLI binary.

Why it was flagged

The skill directs the user to install a third-party CLI from a remote script. This is disclosed and user-directed, but it is not represented by a formal install spec.

Skill content
curl -fsSL https://cli.inference.sh | sh && infsh login
Recommendation

Review the inference.sh installation instructions and checksum information before running the install command.

What this means

The skill may operate through the user's inference.sh account once configured.

Why it was flagged

The workflow requires logging into the external inference.sh service, even though the registry metadata declares no primary credential.

Skill content
infsh login
Recommendation

Use an account and permissions appropriate for this writing workflow, and avoid entering unrelated credentials.

What this means

The agent can invoke inference.sh tooling for research or content-generation tasks when the skill is used.

Why it was flagged

The skill allows Bash execution of infsh commands, including remote app runs for search and image generation. This is purpose-aligned but gives the agent operational access to that CLI.

Skill content
allowed-tools: Bash(infsh *)
Recommendation

Review generated commands before use, especially if they include sensitive text, proprietary topics, or publication-ready assets.