D&D 5e Toolkit
Analysis
The skill appears to be a straightforward D&D helper that runs an included Python script and uses the disclosed D&D 5e API, with no evidence of credential access, persistence, or hidden data handling.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
All commands use the `dnd.py` script.
The skill expects local execution of the bundled Python script. This is code execution, but it is clearly documented and central to the skill's purpose.
API_BASE = "https://www.dnd5eapi.co/api"
The code uses a fixed external API endpoint for D&D lookups. This matches the skill description and appears limited to retrieving public SRD data.
