file-permission-test

Community

Verify file system access for secure skill execution.

Authormatteocervelli
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a dedicated test to verify file system permissions for a Claude Skill, ensuring it has the necessary access to files and directories without over-privileging, thus enhancing security and preventing unintended data access.

Core Features & Use Cases

  • File Access Verification: Confirm read, write, and execute permissions on specified paths, validating the skill's operational boundaries.
  • Security Audit: Use to validate the principle of least privilege for file system interactions, minimizing potential attack surfaces.
  • Use Case: Before deploying a skill that needs to read a configuration file or write to a log directory, use this to confirm it can access only those specific paths and no others.

Quick Start

Run the file-permission-test skill to check its ability to read and write to the current directory, ensuring proper access control.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: file-permission-test
Download link: https://github.com/matteocervelli/llms/archive/main.zip#file-permission-test

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository