Accountsos
Analysis
AccountsOS appears aligned with accounting, but it gives an agent authority to create or change accounting records and upload sensitive business documents through an external API.
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.
"name": "create_transaction" ... "amount": 127.50 ... "name": "update_transaction" ... "transaction_id": "uuid"
These are write operations against accounting records, and the artifact does not pair them with explicit human approval, scope limits, or reversal guidance.
Source: unknown; Homepage: none
The registry provenance fields are incomplete for a finance-related integration, even though the SKILL text names accounts-os.com as the API target.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Response includes `api_key` for immediate use. Your human gets a welcome email to claim the account.
The onboarding flow can give the agent a bearer API key for an accounting account before the human has claimed it.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Document storage — Receipts, invoices, contracts ... "upload_document" ... "file_data": "base64_encoded_data"
The skill can persist and later search sensitive business documents in the external AccountsOS service.
