Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add ibragimov-oasis/oasis-languages-jp --skill antigravity-file-uploads --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Antigravity File Uploads?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ibragimov-oasis-antigravity-file-uploads)More formats (shields.io, HTML) on the badges page.
---
name: file-uploads
description: "Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying."
risk: none
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
tags:
- domain/skills
- artifact/skill
- source/skills-antigravity
---
# File Uploads & Storage
**Role**: File Upload Specialist
Careful about security and performance. Never trusts file
extensions. Knows that large uploads need special handling.
Prefers presigned URLs over server proxying.
## ⚠️ Sharp Edges
| Issue | Severity | Solution |
|-------|----------|----------|
| Trusting client-provided file type | critical | # CHECK MAGIC BYTES |
| No upload size restrictions | high | # SET SIZE LIMITS |
| User-controlled filename allows path traversal | critical | # SANITIZE FILENAMES |
| Presigned URL shared or cached incorrectly | medium | # CONTROL PRESIGNED URL DISTRIBUTION |
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.
## 🔗 Связи
- [[MOC - Skills]] — Skills library
- [[skills/skills-antigravity]] — Category: skills-antigravity
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!