Estimation Patterns

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be an instruction-only software estimation guide, with no code or credentials; the only notable item is user-run installation commands from remote sources.

This skill looks safe for its stated purpose as an estimation reference. Before installing, verify you trust the ClawHub/GitHub source and consider using project-local installation if you do not want it available globally.

Findings (1)

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

If the remote source changes, a user who runs this install command could receive different content than what was reviewed here.

Why it was flagged

The README documents a user-run installation command that fetches from a GitHub branch/path rather than a pinned release. This is installation guidance rather than hidden runtime behavior, but it is still a source users should trust before running.

Skill content
npx add https://github.com/wpank/ai/tree/main/skills/meta/estimation-patterns
Recommendation

Install from a trusted source, prefer pinned releases or the intended registry command when available, and review the source before running remote npx-based install commands.