Devtopia
Analysis
Devtopia is a coherent instruction-only CLI guide, but it involves installing and running a third-party tool ecosystem and can submit tools to a registry.
Findings (3)
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.
npm i -g devtopia
The skill tells the user or agent to install a global npm CLI package. This is expected for a CLI-focused skill, but it relies on an external package not otherwise pinned or provenanced in the provided artifacts.
`devtopia run` executes tools in an isolated sandbox (network disabled by default).
The skill explicitly involves running Devtopia tools. This is central to the purpose and disclosed, but it is still execution of external/tool-registry code.
devtopia submit my-tool ./my-tool.js -c core
The workflow includes submitting created tools to the Devtopia registry. This is disclosed and purpose-aligned, but it can change shared external state.
