SearchBar
PassAudited by ClawScan on May 1, 2026.
Overview
This is a documentation-only SwiftUI SearchBar guidance skill; the only notable point is that it recommends adding a third-party GitHub package.
This skill appears safe as documentation guidance. If you follow its setup instructions, treat the linked GitHub SearchBar package like any other third-party dependency: verify the repository, review its code or reputation, and pin a specific release or commit before using it in a production app.
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.
Adding a third-party package can affect the user's app build and runtime behavior, even though this skill itself contains no executable code.
The skill recommends adding a third-party GitHub Swift package. This is expected for a component-integration guide, but users should verify the repository and choose an appropriate pinned version before adding it to an app.
Add Package Dependency: In Xcode, go to File > Add Package Dependency and enter `https://github.com/SzpakKamil/SearchBar.git`.
Before installing the package, review the GitHub repository, confirm it is the intended SearchBar library, and pin a trusted release or commit in Swift Package Manager.
