get-filings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited get-filings (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.
List a company's filings. Metadata only; no document bytes fetched.
get-financials (one-shot)List the last 10 filings for Tesla Limited (GB 03058989).
List Acme's charge-category filings only.
Has Microsoft Ltd filed any officer changes in the last 90 days?1. If user only gave a name, run find-company first.
2. list_filings({ jurisdiction, company_id, category, limit })
- category (optional): 'accounts', 'annual-return', 'charges', 'officers',
'capital', 'insolvency', 'resolution', 'confirmation-statement', or the
registry's native form code (e.g. AP01, MR01, SH01)
- limit default 25; max 1000
- cursor (GB) or offset (IE) for paging beyond one page
3. Optional client-side date filter: keep filings where filing_date >= now - N days.
4. REPORT (newest first):
filing_date | category | description | document_id | has_document
5. If the user wants the CONTENTS of a specific filing afterwards, follow up with:
fetch_document({ jurisdiction, document_id })
(or get-financials if it's the latest accounts and the user wants the numbers extracted)next_cursor); IE uses numeric offset.category works.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.