Skip to main content

xero

Enables querying of Xero accounting data, including invoices and transactions, through its REST API for efficient financial management.

Install this skill

or
96/100

Security score

The xero skill was audited on May 23, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 21

External URL reference

SourceSKILL.md
21"https://api.xero.com/api.xro/2.0/Invoices?page=1" | jq '.Invoices[:10] | .[] | {InvoiceID, InvoiceNumber, Contact: .Contact.Name, Total, Status}'
low line 29

External URL reference

SourceSKILL.md
29"https://api.xero.com/api.xro/2.0/Contacts?page=1" | jq '.Contacts[:10] | .[] | {ContactID, Name, EmailAddress}'
low line 37

External URL reference

SourceSKILL.md
37"https://api.xero.com/api.xro/2.0/Reports/ProfitAndLoss?fromDate=2024-01-01&toDate=2024-12-31" | jq '.Reports[0].Rows'
low line 45

External URL reference

SourceSKILL.md
45"https://api.xero.com/api.xro/2.0/Accounts" | jq '.Accounts[:10] | .[] | {AccountID, Name, Type, Code}'
Scanned on May 23, 2026
View Security Dashboard
Installation guide →