SymbolPicker
PassAudited by ClawScan on May 1, 2026.
Overview
This is a benign documentation-only skill for using a SwiftUI SymbolPicker package, with the main thing to notice being its user-directed GitHub package dependency.
This skill appears safe as documentation guidance. Before installing the referenced SymbolPicker package in your own app, review the upstream GitHub repository and consider pinning the dependency version for stability.
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.
Installing the package adds third-party code to the user's app project.
The skill instructs users to add a third-party GitHub Swift package with a version range. This is purpose-aligned for a SymbolPicker integration guide, but it means the user's project will depend on external code that can change within the allowed version range.
Enter the URL: `https://github.com/SzpakKamil/SymbolPicker.git`. Select **Up to Next Major** with version **1.0.0**.
Review the GitHub package, its license, maintainers, and updates before adding it to a production app; consider pinning an exact version if reproducible builds are important.
