# Skill Advisories Check

> Check an OpenClaw or ClawHub skill against public security advisories before installation.

- Skill: `akshay7273/skill-advisories-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add akshay7273/skill-advisories-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akshay7273/skill-advisories-check/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: Akshay7273 (https://skillmd.com/u/akshay7273)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akshay7273/skill-advisories-check

---


# Skill advisory check

Use this skill before installing or updating an untrusted OpenClaw/ClawHub
skill. Ask for the exact registry identity and version when the request is
ambiguous.

Run from this skill directory:

```sh
node scripts/check-artifact.mjs <skill-name> --version <version>
```

Exit code `0` means no matching advisory is currently known; it does not prove
the artifact is safe. Exit code `1` means policy found a known advisory. Exit
code `2` means the check could not complete and installation must stop.

Report the SKA identifier, severity, summary, and evidence URLs to the user. Do
not proceed automatically after a warning or operational failure.

