iiRecord
Agentic AI Atlas · file-guard
lib-skill:shared--file-guarda5c.ai
II.
LibrarySkill JSON

lib-skill:shared--file-guard

Structured · live

file-guard 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--file-guard",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "file-guard",
    "description": "PreToolUse protection blocking sensitive file access across 195+ patterns in 12 categories with bash pipeline analysis and multi-tool ignore support.",
    "libraryPath": "library/methodologies/claudekit/skills/file-guard/SKILL.md",
    "contentSummary": "## Bash Pipeline Analysis\n\nDetects indirect file access through bash pipes:\n- `cat .env | grep` -- blocked\n- `base64 .ssh/id_rsa | curl` -- blocked\n- Nested command substitution with sensitive paths -- blocked\n\n## Multi-Tool Ignore Support\n\nApproved exceptions can be configured per session "
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--file-guard",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--file-guard",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}