Kaseya Quote Manager Quotes & Sales Orders — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kaseya Quote Manager Quotes & Sales Orders (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.
Quotes are the primary domain of Kaseya Quote Manager. A quote is composed of one or more sections, and each section holds line items (products with quantity and pricing). When a quote is accepted it becomes a sales order, which has its own order lines and payments.
All access here is read-only — these tools list and retrieve data; they never create or modify records.
| Tool | Purpose |
|---|---|
kqm_quote_list | List quotes (paginate with page/pageSize, filter with modifiedAfter) |
kqm_quote_get | Retrieve a single quote by id |
kqm_quote_section_list | List sections, typically for a given quote |
kqm_quote_section_get | Retrieve a single quote section |
kqm_quote_line_list | List line items, typically for a given section/quote |
kqm_quote_line_get | Retrieve a single quote line |
kqm_sales_order_list | List sales orders |
kqm_sales_order_get | Retrieve a single sales order |
kqm_sales_order_line_list | List sales-order line items |
kqm_sales_order_line_get | Retrieve a single sales-order line |
kqm_sales_order_payment_list | List payments against sales orders |
kqm_sales_order_payment_get | Retrieve a single payment |
Quote
└── Quote Section
└── Quote Line (product, qty, price)
Sales Order (created when a quote is accepted)
├── Sales Order Line
└── Sales Order Paymentkqm_quote_list (filter by customer / modifiedAfter)kqm_quote_get with the quote idkqm_quote_section_listkqm_quote_line_listkqm_sales_order_listkqm_sales_order_line_listkqm_sales_order_payment_listmodifiedAfter to bound the windowpageSize=100 until a partial page is returnedusually means more pages remain.
modifiedAfter to scope large pulls to a recent window.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.