II.
LibrarySkill JSON
Structured · livelib-skill:security-compliance--homoglyph-detector
homoglyph-detector json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:security-compliance--homoglyph-detector",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "homoglyph-detector",
"description": "Byte-level Unicode homoglyph detection for identifying invisible character substitutions in code",
"libraryPath": "library/specializations/security-compliance/skills/homoglyph-detector/SKILL.md",
"specialization": "security-compliance",
"contentSummary": "# Homoglyph Detector\n\nByte-level forensic analysis of code changes to detect Unicode homoglyph substitutions — characters that look identical to ASCII in every editor and diff tool but have different codepoints, silently breaking string comparisons, dictionary lookups, and identifier resolution.\n"
},
"outgoingEdges": [
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "skill-area:sast",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "role:compliance-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "workflow:security-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "specialization:security-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}