openapi-company — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openapi-company (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.
Base URL: https://company.openapi.com — company master data from official registers (Chamber of Commerce, CRIF, INPS and more).
Authentication: Authorization: Bearer <token> with company.openapi.com scopes — see the openapi-auth skill.
| Endpoint | Returns |
|---|---|
GET /IT-start/{vatCode_taxCode_or_id} | Basic data (cheap, start here) |
GET /IT-advanced/{vatCode_taxCode_or_id} | Advanced data |
GET /IT-full/{vatCode_or_taxCode} | Everything (most expensive) |
GET /IT-search | Search by name/filters |
GET /IT-shareholders/… / GET /IT-ubo/… | Shareholders / ultimate beneficial owners |
GET /IT-aml/… | Anti-money-laundering data |
GET /IT-pec/… / GET /IT-sdicode/… | Certified e-mail / SDI invoicing code |
GET /IT-address/…, /IT-name/…, /IT-closed/…, /IT-vatgroup/…, /IT-splitpayment/…, /IT-pa/… | Address, name, activity cessation, VAT group, split payment, public administration |
GET /IT-legalforms | Italian legal forms list |
GET /IT-check_id/{id} | Status of an async request |
POST variants of /IT-full, /IT-aml, /IT-marketing, /IT-stakeholders run asynchronously: pass a callback URL or poll GET /IT-check_id/{id}.
FR (also /FR-search), DE, ES, PT, GB, BE, AT, CH, PL — e.g. GET /FR-start/{siret_siren_or_vat}.GET /WW-start/{country}/{id}, GET /WW-advanced/{country}/{id}, GET /WW-top/{country}/{id}.POST /monitor registers a company for change notifications; GET /monitor, GET/DELETE /monitor/{id} manage registrations.
curl -s https://company.openapi.com/IT-start/12485671007 \
-H "Authorization: Bearer $OPENAPI_TOKEN"imprese.openapi.it API offers similar Italian lookups; prefer company.openapi.com.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.