Skip to main content
Safety review· Learn

Skill Security Checklist

A practical checklist for reviewing skill safety before installing, running, or publishing a skill.

intermediate6 min readUpdated May 4, 2026
Short answer

Before using a skill, read SKILL.md, inspect scripts, check filesystem and network behavior, verify the source, and test it in a disposable workspace before production use.

Before you install

  1. Read SKILL.md before running the skill.
  2. Confirm the skill has a narrow purpose and clear trigger.
  3. Check the source repository and maintainer signal.
  4. Review when the skill was last updated.
  5. Prefer skills with explicit safety and audit notes.

Inspect scripts like production code

  • Look for broad filesystem writes or recursive deletes.
  • Look for network calls to unknown domains.
  • Look for secret access through environment variables or config files.
  • Look for shell command construction that interpolates untrusted input.
  • Prefer deterministic scripts that print clear outputs and fail loudly.
Scripts are where risk concentrates

Instruction text can be reviewed quickly. Executable helpers deserve the same scrutiny you would give a dependency or CI script.

Test safely

  1. Run the skill in a disposable repo or branch.
  2. Use non-sensitive sample data.
  3. Review every changed file before committing.
  4. Keep high-risk skills out of production work until a human has reviewed the behavior.

How Skill Market presents trust signals

Skill Market keeps risk close to install intent. Skill detail pages surface author information, security labels, audit notes, compatibility, and curator reasoning before the install command.

Sources and references

Next step

Turn the concept into a decision.

Read the curation methodologyNext →

Skill Market
Find the best AI skills for the job·按品类找最好用的 AI 技能
v0.4 · 100 skills indexed · last review 2026-05-13