Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
file-security - Skill - OpenSmartRoute
Skillv1.0.0
file-security
When changing file-system logic, enforce these controls:
Instruction file imported from adamhogle/yet-another-file-manager (.github/instructions/file-security.instructions.md). Copyright stays with the author.
When changing file-system logic, enforce these controls:
Resolve all paths against an allowed root directory.
Reject absolute paths and path traversal attempts (..).
Handle symlinks carefully and block root escape.
Validate file names against platform constraints.
Return safe error messages that avoid leaking host paths.
Add tests for both success and hostile inputs.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/adamhogle-yet-another-file-manager-file-security-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.