External Transmission
Medium
- Category
- Data Exfiltration
- Content
CONTRACT_FILE="/path/to/contract.docx" # Step 1: 上传合同文件 UPLOAD=$(curl -s -X POST 'https://api.pincaimao.com/agents/v1/files/upload' \ -H "Authorization: Bearer $PCM_LABOR_CONTRACT_KEY" \ -F "file=@${CONTRACT_FILE}") COS_KEY=$(echo "$UPLOAD" | python3 -c "import sys,json; print(json.load(sys.stdin)['cos_key'])")- Confidence
- 95% confidence
- Finding
- This skill uploads a labor contract file to an external third-party API endpoint, which transmits potentially highly sensitive personal and employment data outside the local environment. Even if this is the intended feature, it creates real confidentiality and privacy exposure because contract contents and metadata leave the user's system and are stored on the provider's cloud storage.
