path-traversal-test

Test system security against path traversal vulnerabilities in skill directories.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/garethdaine/agent --skill path-traversal-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: path-traversal-test
Source: https://github.com/garethdaine/agent/tree/main/tests/Fixtures/Skills/path-traversal
Command: npx skills add https://github.com/garethdaine/agent --skill path-traversal-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill is designed to test the robustness of the system's path traversal validation by including potentially malicious directory structures.

Core Features & Use Cases

  • Security Testing: Verifies that the system correctly identifies and rejects skill units with path traversal attempts in their file structure.
  • Format Validation: Ensures that the skill validation process is secure against common directory manipulation attacks.

Quick Start

Run the path-traversal-test skill to check for security vulnerabilities.

Frequently Asked Questions about path-traversal-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test path traversal validation in my file system?

Path traversal testing validates your system's security by injecting malicious directory structures into skill unit directories, verifying that file system access controls correctly detect and reject unauthorized directory manipulation patterns.

What is a path traversal vulnerability in directory structures?

A path traversal vulnerability is a security flaw where malicious directory patterns allow unauthorized access or manipulation of files outside the intended directory, compromising system security and data integrity.

How do I prevent directory manipulation attacks in skill directories?

Prevent directory manipulation attacks by implementing robust file system access control and validation logic that detects and blocks malicious path patterns attempting to traverse outside authorized directories.

Does this path traversal test require any dependencies or components?

No, this path traversal test requires no external dependencies or components. It operates independently to validate the system's security against directory manipulation attacks within skill unit directories.

What security validation does the path traversal test check for?

The path traversal test checks for the system's ability to detect malicious directory patterns, ensure data integrity, and enforce file system access control to prevent unauthorized access or manipulation within skill unit directories.