my-fetch-tweet

Warn

Audited by Socket on Mar 4, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

This skill's functionality is coherent with its stated purpose: it parses tweet URLs, fetches a JSON representation from the FxEmbed API (api.fxtwitter.com), and generates a 3-step summary/insight/translation pipeline. No direct malicious code patterns (download-and-execute, credential harvesting from local files, reverse shells, or embedded obfuscated payloads) are present in the description. However, routing all tweet retrieval through a third-party proxy (api.fxtwitter.com) introduces privacy and supply-chain risk: the proxy will see all requested tweet identifiers and requester metadata, and could log or misuse them. Additionally, the skill processes untrusted external content (tweet text) without documented sanitization, creating a prompt-injection risk when that content is fed into an LLM-based summarizer. Overall this is not overtly malicious, but it has moderate security/privacy concerns due to the third-party API usage and lack of sanitization/error-handling details. Recommend using the official API or clearly documenting privacy behavior, adding input validation/sanitization, and handling malformed responses and rate limits.

Confidence: 80%Severity: 75%
Audit Metadata
Analyzed At
Mar 4, 2026, 02:16 PM
Package URL
pkg:socket/skills-sh/ai-native-camp%2Fcamp-1%2Fmy-fetch-tweet%2F@527bfade1a0e10b693761836288e3c5d22d1bc08