procurement-audit

procurement-audit is a skill for Claude Code, Codex from vixues/LeAgent. It costs 39 tokens per session (288 once invoked), scanned A, original, Apache-2.0.

A procurement review workflow that checks contracts and purchase documents against uploaded purchasing rules. It links each finding to the relevant rule and supporting text.

In plain words
What is it for?
Reviewing bids, contracts, and purchase packages; checking compliance; and producing findings tables or optional spreadsheet summaries.
Why use it?
It helps prevent missed requirements and unsupported assumptions about spending limits. It also makes it clear which files and rules support each result.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/vixues/leagent/procurement-audit
Any agent
npx skills add vixues/LeAgent --skill procurement-audit
Clone the repo
git clone --depth 1 https://github.com/vixues/LeAgent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for procurement-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/vixues/leagent/procurement-audit.svg)](https://agentmods.dev/skills/vixues/leagent/procurement-audit)
Your own site
<a href="https://agentmods.dev/skills/vixues/leagent/procurement-audit"><img src="https://agentmods.dev/badge/skills/vixues/leagent/procurement-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 288 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.00288
Opus 5 $0.00019 $0.00144
Sonnet 5 $0.00008 $0.00058
Haiku 4.5 $0.00004 $0.00029

Measured 4d ago against content hash 93f08442846c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

procurement-audit 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 4d 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.

backend/leagent/skills/builtin/procurement-audit/SKILL.md · 46 lines

What it actually says

Procurement audit

Scope

Map each claim/contract clause to an explicit rule in the uploaded policy pack. Do not invent institutional thresholds.

Before starting

Call ask_user alone when needed for:

  • Which rule documents apply
  • Audit depth (full checklist vs spot-check)
  • Whether to produce a summary stats sheet plus a findings sheet

Multi-file join

When ≥2 attachments are present (catalog, contract, bid sheet):

  1. List each file’s role and key columns
  2. Align join keys before filling any template
  3. Flag unmatched rows explicitly

Output

  • Findings table with rule citation + evidence snippet
  • Optional stats rollup Excel
  • Always return managed file_id / download_url

When the user adds a missed rule (e.g. lodging-equivalent procurement caps), update this skill / procedure for subsequent runs.

Changes

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.

  1. 4d ago First seen · 46 lines · 39 tokens per session scan A 93f08442846c

Subscribe to this mod's changes

procurement-audit is a skill published in the GitHub repository vixues/LeAgent (216 stars, last pushed 24d ago), licensed Apache-2.0. It adds 39 tokens to every session and 288 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

bytedance/deer-flow · 44 tokens

Document Compliance Audit

Audit a vendor agreement or contract: extract key clauses, check that required clause categories are present, flag compliance gaps and risks, and emit a structured audit summary. Use for compliance, contract review, audit, and vendor agreement requests.

AgentEra/Agently · 50 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

document-review

Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the user mentions compliance checks, financial audits, or document verification.

open-gitagent/opengap · 59 tokens

commit

Atomic git commit with conventional message. Use when the user says "commit", "save my changes", "commit this", or wants to create a git commit. Stages specific files, writes a conventional commit message with body explaining non-obvious decisions. Never uses git add -A.

congchuanling-dot/Cohort · 59 tokens

python-run

Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.

congchuanling-dot/Cohort · 56 tokens