Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/uipath/skills/audit-verbsgit clone --depth 1 https://github.com/UiPath/skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/uipath/skills/audit-verbs)<a href="https://agentmods.dev/commands/uipath/skills/audit-verbs"><img src="https://agentmods.dev/badge/commands/uipath/skills/audit-verbs.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01453 |
| Opus 5 | $0.00000 | $0.00727 |
| Sonnet 5 | $0.00000 | $0.00291 |
| Haiku 4.5 | $0.00000 | $0.00145 |
Grade A, and why
audit-verbs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audit uip Verb References
Verify that every uip <verb> mentioned in task YAMLs and skill docs corresponds to a real verb in the installed uip CLI. Produces two markdown audit reports under tests/reports/.
Input: $ARGUMENTS
- Empty (default) — audit both tests and skills.
tests— onlytests/tasks/. Writestests/reports/cli-verb-audit.md.skills— onlyskills/. Writestests/reports/skill-verb-audit.md.--refresh— force a catalog rebuild before running, even if a snapshot already exists.
Output: One or both of:
tests/reports/cli-verb-audit.md— task-YAML reachability (High/Medium/Info severities, sourced fromcommand_executedpatterns).tests/reports/skill-verb-audit.md— skill-doc verb references (Stale/Uncertain severities, sourced from prose, code blocks, and tables).
Plus a chat summary with the top counts and the worst-offender files.
Phase 1 — Ensure Catalog
The catalog at assets/uip-catalog-snapshot.json is the source of truth for "which verbs exist". Without it the checkers cannot run.
-
If
--refreshwas passed, orassets/uip-catalog-snapshot.jsondoes not exist, run:python3 scripts/build-uip-catalog.pyThe builder requires
uipon PATH. If the user is missing plugin tools (admin,platform, etc.), warn that coverage will be incomplete — the report will surface those as Stale findings even when the verbs are valid in a fully-installed environment. Suggestpython3 scripts/build-uip-catalog.py --install-tools; if localnpmresolves@uipath/*from the internal GH Packages feed (alpha prereleases), pin the scope first withnpm config set @uipath:registry https://registry.npmjs.org/. -
If the snapshot exists and
--refreshwas NOT passed, read itsgenerated_atfield. If older than 24 hours, print a one-line note suggesting/audit-verbs --refreshand continue with the stale snapshot. -
Read the snapshot to know:
cli_version,verbscount,unwalkable_groups— surface all three in the chat summary.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 92 lines · 0 tokens per session scan A 0b396f72c881
audit-verbs is a command published in the GitHub repository UiPath/skills (154 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,453 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.