Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking departures/arrivals at stations, or looking for service disruptions. Covers ÖBB trains, S-Bahn, regional trains, and connections to neighboring countries.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
2 findings: 2 high severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill embeds a hard-coded API credential ("aid":"OWDL4fE4ixNiPBBm") in multiple example request bodies and curl commands, which requires the LLM to include that secret value verbatim in generated requests/commands.
Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
I flagged the literal string "OWDL4fE4ixNiPBBm" because it appears multiple times as the value of the "auth"."aid" field in requests. It is a short, random-looking alphanumeric token (high entropy relative to typical placeholders) used in the API auth payload, which suggests it is an actual application/client credential rather than a documentation placeholder like "YOUR_API_KEY". No other high-entropy secrets (PEM blocks, API keys of other formats, or masked/redacted tokens) are present. Simple numeric station IDs and example passwords/strings were ignored as non-secrets.
d265b8e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.