Retrieval-augmented generation (RAG) systems increasingly ground responses in user-generated Web content, expanding both usefulness and attack surface. Two web-native threats are especially concerning: indirect prompt injection and retrieval poisoning, where malicious instructions or biased content survive ingestion and influence retrieval or generation. We introduce OpenRAG-Soc, a compact, reproducible benchmark and harness for evaluating web-facing RAG pipelines under these threats as a discrete data package. The suite pairs a social corpus with interchangeable sparse and dense retrievers and deployable mitigations, including HTML/Markdown sanitization, Unicode normalization, and attribution-gated answering. OpenRAG-Soc standardizes end-to-end evaluation from ingestion to generation and reports attack success at answer time, rank shifts in both sparse and dense retrievers, as well as utility and latency. It targets practitioners who need fast, realistic tests to measure risk and harden RAG deployments.