security: Remove vercel-deploy (data exfiltration), annotate LD_PRELOAD shims
Security audit findings: - CRITICAL: vercel-deploy uploaded entire project to external endpoint — REMOVED - ANNOTATED: docx/pptx/xlsx soffice.py LD_PRELOAD shims — security warnings added - README updated to 93 skills with full security audit section and Vue/Vite ecosystem Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# MOSAIC STACK SECURITY NOTE: This script contains an LD_PRELOAD shim that
|
||||
# compiles C code at runtime to hook socket() system calls. Legitimate sandbox
|
||||
# workaround for Claude.ai — should NEVER activate on our Docker Swarm infra.
|
||||
# If it does, investigate why AF_UNIX is blocked. Audited: 2026-02-16.
|
||||
"""
|
||||
Helper for running LibreOffice (soffice) in environments where AF_UNIX
|
||||
sockets may be blocked (e.g., sandboxed VMs). Detects the restriction
|
||||
|
||||
Reference in New Issue
Block a user