iiRecord
Agentic AI Atlas · security-hardening
lib-skill:shared--security-hardeninga5c.ai
II.
LibrarySkill JSON

lib-skill:shared--security-hardening

Structured · live

security-hardening json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:shared--security-hardening",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "security-hardening",
    "description": "AIDefence security layer with prompt injection blocking, input validation, sandboxed execution, output sanitization, and STRIDE threat modeling.",
    "libraryPath": "library/methodologies/ruflo/skills/security-hardening/SKILL.md",
    "contentSummary": "- When processing untrusted inputs\n- Security audits of agent-generated code\n- Compliance verification (OWASP Top 10, CIS)\n\n## AIDefence Layers\n\n1. **Prompt Injection Detection** - Pattern + heuristic blocking\n2. **Input Validation** - Path traversal, type coercion, parameter sanitization\n3."
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--security-hardening",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}