openapi-documents — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openapi-documents (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.
Two main services deliver official documents; both are asynchronous (request → poll → download PDF) and paid per document — check wallet credit (openapi-auth skill) and confirm with the user before bulk requests.
https://docuengine.openapi.comOfficial documents from the Business Register, Revenue Agency, Municipalities and INPS, behind one uniform API:
GET /documents — list available document services (codes, prices).POST /requests — create a request with the service code and subject (VAT/tax code); optionally pass a callback URL.GET /requests/{id} — poll until the request state is fulfilled (EVASA).GET /requests/{id}/documents — download the resulting documents.PATCH /requests/{id} — update a request when the service asks for it (e.g. optical balance-sheet processing).Document families: visura camerale (ordinaria/storica, per company type, also in English), fascicolo società (current/historical), bilancio (XBRL, ottico, riclassificato), statuto, certificato di iscrizione, certificato artigiano, DURC online, visura protesti and pregiudizievoli (companies and natural persons), cariche/quote/soci attivi, eventi negativi, atto ottico.
https://visurecamerali.openapi.itDirect chamber-of-commerce endpoints, one resource per document type, all with the same pattern POST /<type> → GET /<type>/{id} → GET /<type>/{id}/allegati (download):
ordinaria-impresa-individuale, storica-impresa-individualeordinaria-societa-capitale, storica-societa-capitaleordinaria-societa-persone, storica-societa-personebilancio-ottico, certificato-iscrizione, certificato-iscrizione-vigenza, …GET /impresa?... or GET /impresa/{cf_piva_id} to identify the subject.Visengine (https://visengine2.altravia.com) is the older engine for the same families — prefer DocuEngine for new work.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.