test-summary

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent summarization skill, but users should notice that it installs an external CLI and may use provider API keys to process URLs or user-selected files.

This skill appears purpose-aligned and user-directed. Before installing, verify the external Homebrew package and publisher, use limited-scope API keys where possible, and avoid sending sensitive documents to providers unless their privacy terms are acceptable.

Findings (4)

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 install and run a third-party CLI outside the reviewed artifact contents.

Why it was flagged

The skill depends on installing an external Homebrew formula rather than code included in the artifact set. This is normal for a CLI-wrapper skill, but users are trusting that external package source.

Skill content
brew | formula: steipete/tap/summarize | creates binaries: summarize
Recommendation

Review the Homebrew formula and the summarize CLI source or publisher before installing, especially if using it with private files or API keys.

What this means

The package identity information is inconsistent, which can make provenance harder to verify.

Why it was flagged

The embedded metadata does not match the supplied registry metadata, which lists a different owner ID, slug, and version. This is a packaging/provenance inconsistency to notice, but the functional instructions still align with the stated summarization purpose.

Skill content
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26", "slug": "summarize", "version": "1.0.0"
Recommendation

Confirm the intended package identity and publisher before trusting the installed CLI.

What this means

If configured, the CLI can make requests billed or authorized under the user's model-provider account.

Why it was flagged

The skill may use model-provider credentials. This is expected for a model-backed summarizer, but those credentials grant access to the user's provider account.

Skill content
Set the API key for your chosen provider: - OpenAI: `OPENAI_API_KEY` - Anthropic: `ANTHROPIC_API_KEY` - xAI: `XAI_API_KEY` - Google: `GEMINI_API_KEY`
Recommendation

Use provider keys with appropriate limits and avoid sharing keys in command history, logs, or chat transcripts.

What this means

Private documents or media supplied to the CLI may be sent to external model or extraction providers for summarization.

Why it was flagged

The skill is designed to summarize user-selected local files through a configured model provider. That is purpose-aligned, but users should treat selected documents as content that may be processed by external services.

Skill content
summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview
Recommendation

Only summarize files and URLs that you are comfortable processing with the selected provider, and review the provider's privacy and retention settings.