Skip to content

feat: Add Challenge 60 — insecure MCP server with prompt injection leaking env var secrets #10450

feat: Add Challenge 60 — insecure MCP server with prompt injection leaking env var secrets

feat: Add Challenge 60 — insecure MCP server with prompt injection leaking env var secrets #10450

Workflow file for this run

name: Dead Link Checker
on:
repository_dispatch:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2.7.0
with:
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
fail: true