kickjs-skill-e3b0c4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited kickjs-skill-e3b0c4 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This file exists at the repository root so the package layout is discoverable on GitHub, but it is not the skill Claude should load. The real skill lives at:
skills/kickjs-skill/SKILL.md — mode detection + universal invariantsskills/kickjs-skill/references/adopter.md — guidance when working in a KickJS appskills/kickjs-skill/references/contributor.md — guidance when working in the kickjs monorepo itselfgit clone https://github.com/forinda/kickjs-skill ~/dev/kickjs-framework-skill
~/dev/kickjs-framework-skill/scripts/install.shThe install script symlinks skills/kickjs-skill/ (NOT this repository root) into ~/.claude/skills/kickjs-skill/. That's the directory Claude actually loads.
You probably installed by cloning the repo directly into ~/.claude/skills/ instead of running scripts/install.sh. To fix:
# Remove the incorrect install
rm -rf ~/.claude/skills/kickjs-framework-skill
# Re-install using the script
~/dev/kickjs-framework-skill/scripts/install.shThen restart your Claude Code session. The skill that activates will be kickjs-skill, loaded from skills/kickjs-skill/SKILL.md.
GitHub readers expect to see the project structure from the root. A repository called kickjs-framework-skill with no top-level SKILL.md is confusing for someone landing on the repo. This file gives them a clear pointer to the actual skill location and the install workflow.
See README.md for the full project overview.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.