folio-classify-entity — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited folio-classify-entity (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.
Classify a legal entity against the FOLIO ontology's actors_players (roles and participants) and legal_entities (organization types) taxonomy branches.
Given an entity name or description, follow these steps:
folio:search_concepts with the entity name or description to find candidate entity types in FOLIO.folio:get_taxonomy_branch("actors_players") to check roles and participants (e.g., Plaintiff, Trustee, Shareholder)folio:get_taxonomy_branch("legal_entities") to check organization types (e.g., Corporation, LLC, Trust)folio:get_concept(iri) on the best match to retrieve the complete definition, translations, identifiers, and cross-references.Return the classification as:
https://folio.openlegalstandard.org/...)actors_players (role/participant) or legal_entities (organization type)If the entity could be classified in both branches (e.g., "Trustee" is both a role and relates to Trust as an entity type), note both classifications.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.