add-model-descriptions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited add-model-descriptions (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.
Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml.
WebFetch https://router.huggingface.co/v1/modelsExtract all model IDs from the response.
chart/env/prod.yamlMODELS JSON array in envVarsCompare router models with prod.yaml. Missing = in router but not in prod.yaml.
For each missing model, search the web for its specifications:
Match existing style:
Examples:
"Flagship GLM MoE for coding, reasoning, and agentic tool use.""MoE agent model with multilingual coding and fast outputs.""Vision-language Qwen for documents, GUI agents, and visual reasoning.""Mobile agent for multilingual Android device automation."Add new models at the TOP of the MODELS array in:
chart/env/prod.yamlchart/env/dev.yamlFormat:
{ "id": "org/model-name", "description": "Description here." } git add chart/env/prod.yaml chart/env/dev.yaml
git commit -m "feat: add descriptions for N new models from router"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.