Official Xero skill
Analysis
This Xero skill is coherent for accounting work, but it gives an agent broad authenticated power to change financial records, so it should be reviewed carefully before use.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Use it to read and write accounting data in the user's Xero organisation. ... xero invoices create --file invoice.json ... xero manual-journals create --file journal.json ... xero bank-transactions create --file bank-transaction.json
The skill explicitly enables write operations against financial accounting records. The artifacts do not add mandatory confirmation or containment steps before these high-impact create/update actions.
requires: bins: - xero ... install: "npm install -g @xeroapi/xero-command-line"
The skill depends on an external globally installed npm CLI that is not included in the reviewed artifacts. This is expected for the purpose, but it is still a supply-chain dependency.
Name: Official Xero skill ... Source: unknown ... Homepage: none
The listing presents the skill as official, but the provided metadata does not include a source or homepage to substantiate that provenance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
using PKCE OAuth ... `--profile <name>` | Use a specific named profile (defaults to the default profile) ... xero login
The skill relies on a local authenticated Xero OAuth profile and defaults to the default profile, which can carry significant authority over a Xero organisation.
