II.
LibrarySkill JSON
Structured · livelib-skill:shared--security-review
security-review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--security-review",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "security-review",
"description": "Security vulnerability assessment identifying OWASP risks, injection vectors, authentication issues, and data exposure with severity classification.",
"libraryPath": "library/methodologies/rpikit/skills/security-review/SKILL.md",
"contentSummary": "- Before any code merge involving user-facing changes\n- As part of the /review-security command\n- Mandatory for high-stakes implementations\n\n## Process\n\n1. Identify modified files with security relevance\n2. Scan for common vulnerability patterns\n3. Assess authentication and authorization cha"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--security-review",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--security-review",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--security-review",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--security-review",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--security-review",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--security-review",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--security-review",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}