DB Travel

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's description, runtime instructions, and included Python script are coherent: it queries the public Deutsche Bahn v6.db.transport.rest API, requires no secrets, and performs only expected network lookups.

This skill appears coherent and low-risk: it runs a small Python CLI that makes HTTPS requests to v6.db.transport.rest and prints JSON results. Before installing or running: (1) verify you trust the source (owner is unknown); (2) review the included script yourself if you will execute it in an environment with sensitive data; (3) be aware it will make outbound network calls (ensure your environment policy allows that); (4) if you do not want the agent to call the skill autonomously, disable model invocation for the skill in your agent settings. Otherwise, because it requests no credentials and only uses stdlib networking, the footprint is proportional to its stated purpose.