Technical Blog Writing

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent technical-writing skill, but it asks users to install and log into an external CLI service for research and image generation.

This skill appears safe for its stated purpose, but before installing, be aware that it relies on the external inference.sh CLI, may require an inference.sh login, and may send research prompts or generated content to external services.

Findings (3)

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.