Skip to content

Instantly share code, notes, and snippets.

View offdam's full-sized avatar

Offdam offdam

View GitHub Profile
@offdam
offdam / Dockerfile
Created February 22, 2026 23:51
OSV-Scalibr Testbed: mcp/config extractor
# Start from a lightweight base image
FROM alpine:latest
# Create directories to represent a typical system layout
RUN mkdir -p /etc/mcp /root/.config /app/test /tmp/allowed_test_dir /tmp/safe_repo
# 1. Test standard 'mcp.json' (System-level config)
RUN echo '{ \
"mcpServers": { \
"vulnerable-filesystem": { \