Font Awesome
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is coherent for adding Font Awesome icons; the main things to notice are user-directed third-party Font Awesome dependencies and optional preference memory.
Before installing, be comfortable that this skill may suggest adding Font Awesome npm packages or a CDN script to your web project. If you want to avoid external dependencies or CDN requests, choose the SVG/offline approach. If it stores icon preferences, make sure they are preferences you want remembered.
Findings (2)
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.
Your project may load assets or code from Font Awesome or include Font Awesome packages.
The skill recommends adding third-party Font Awesome CDN scripts or npm packages to a web project. This is expected for the stated icon-integration purpose, but it creates a project dependency.
"CDN Kit (easiest):" ... "https://kit.fontawesome.com/YOUR_KIT_ID.js" ... "npm install @fortawesome/fontawesome-free"
Review the dependency choice before applying it; use pinned package versions or SVG/offline assets if you need tighter supply-chain or privacy control.
Font Awesome preferences such as preferred style, method, or version could be reused in later sessions.
The skill can persist user icon preferences in main workspace memory. This is low-sensitivity and purpose-aligned, but it may affect future assistance.
If the user expresses preferences, add to their main `MEMORY.md`:
Only store preferences the user clearly wants retained, and remove or update them if they become stale.
