Regulatory compliance skill for ISO nanotechnology standards verification and documentation
The ISO Nanotechnology Compliance Checker skill provides systematic verification of compliance with ISO nanotechnology standards, enabling proper documentation, terminology, and safety practices alignment.
Standards Identification
Gap Analysis
Documentation
{
"material_type": "string",
"application_area": "medical|electronics|cosmetics|industrial",
"standards_to_check": ["ISO/TS 80004", "ISO/TR 13014"],
"current_documentation": "string (path)"
}
{
"applicable_standards": [{
"standard": "string",
"title": "string",
"relevance": "mandatory|recommended"
}],
"compliance_status": {
"compliant": "number",
"non_compliant": "number",
"not_assessed": "number"
},
"gaps": [{
"requirement": "string",
"current_status": "string",
"remediation": "string"
}],
"overall_rating": "compliant|partially_compliant|non_compliant"
}