Brew Audit

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Homebrew audit helper; its audit script is read-oriented, with package-changing commands documented only as manual follow-up steps.

This skill appears safe for auditing Homebrew. Be aware that the audit reveals your installed package inventory to the chat, and only run `brew upgrade` or `brew cleanup` after confirming you want those package changes.

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 these follow-up commands are run, local packages may be upgraded and old versions removed.

Why it was flagged

These Homebrew package-manager commands can modify installed software or remove old package versions. They are disclosed as manual follow-up steps after review, so this is purpose-aligned rather than suspicious.

Skill content
After reviewing the audit:
```bash
brew upgrade              # upgrade all outdated
brew upgrade <formula>    # upgrade specific package
brew cleanup              # remove old versions
```
Recommendation

Use the audit output first, then require explicit user confirmation before running upgrade or cleanup commands; prefer targeted upgrades when possible.