folio — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited folio (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.
Use the FOLIO MCP tools when you need to:
Follow this workflow:
folio:search_concepts(query) to find concepts by labelfolio:search_definitions(query)folio:query_concepts(label, definition, branch, parent) for composable filtersfolio:query_properties(label, definition, domain, range) to find relationshipsfolio:list_branches() then folio:get_taxonomy_branch(branch_name) to explore a categoryfolio:get_children(iri) and folio:get_parents(iri) to explore up/down the taxonomyEleven specialized classification workflows are available as slash commands. Suggest these to users when they need structured FOLIO classification:
| Slash Command | Use When | Key Branches |
|---|---|---|
/folio:classify-document | Classifying a legal document type | document_artifacts |
/folio:identify-area-of-law | Identifying areas of law for a situation | areas_of_law |
/folio:classify-entity | Classifying a legal entity, role, or org | actors_players, legal_entities |
/folio:classify-industry | Classifying the industry for a matter or client | industries |
/folio:identify-legal-authority | Identifying the type of legal authority | legal_authorities |
/folio:classify-event | Classifying a legal event type | events |
/folio:identify-service-type | Identifying the type of legal service needed | services |
/folio:identify-forum-venue | Identifying the forum, venue, or governmental body | forum_venues, governmental_bodies |
/folio:identify-objective | Identifying legal objectives for a matter | objectives |
/folio:classify-asset | Classifying an asset type | asset_types |
/folio:identify-engagement-terms | Identifying engagement terms for a legal arrangement | engagement_terms |
Each workflow searches, browses the relevant taxonomy branch, navigates to the best match, and returns: FOLIO Label, IRI, Definition, Confidence, and Reasoning.
| Branch Key | Description |
|---|---|
actors_players | Parties, roles, participants |
areas_of_law | Practice areas, specializations |
asset_types | Property, IP, financial assets |
communication_modalities | Communication channels |
currencies | Monetary currencies |
data_formats | Data and file formats |
document_artifacts | Legal documents, contracts |
engagement_terms | Fee arrangements, engagement terms |
events | Legal events, milestones |
forum_venues | Courts, tribunals, venues |
governmental_bodies | Government agencies |
industries | Industry sectors |
languages | Natural languages |
folio_types | Internal FOLIO types |
legal_authorities | Statutes, regulations, case law |
legal_entities | Corporations, LLCs, trusts |
locations | Geographic locations |
matter_narratives | Matter descriptions |
matter_narrative_formats | Narrative formats |
objectives | Legal objectives |
services | Legal services |
standards_compatibilities | Standards mappings |
statuses | Status values |
system_identifiers | External identifiers |
Task: Find the FOLIO classification for a "software licensing agreement"
1. folio:search_concepts("software licensing agreement")
-> Finds candidates like "Software License Agreement", "License Agreement"
2. folio:get_concept(iri)
-> Gets full details including definition, parent/child concepts
3. folio:get_parents(iri)
-> Shows taxonomy: Software License Agreement -> License Agreement -> Contract -> Document/Artifact
4. folio:export_concept(iri, format="markdown")
-> Gets a clean markdown export for documentation~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.