Elixir Dev
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
If these commands are run in the wrong project or environment, they could alter code formatting, update project state, or remove development or production data.
The skill's command reference includes local commands that can modify project files or delete/recreate database state. This is purpose-aligned for Phoenix/Ecto development, but should remain user-directed.
mix format # Format all files mix ecto.drop # Drop database mix ecto.reset # Drop + create + migrate + seed
Confirm the target project and environment before running mutating commands, and use check/dry-run modes or backups for destructive database actions.
Users have less provenance information and may not get pre-install checks for required developer tools, though no hidden code or installer is present.
The artifact has no executable install mechanism, but its origin and local tooling requirements are not fully declared even though the instructions rely on Mix/Phoenix commands.
Source: unknown Homepage: none Required binaries (all must exist): none No install spec — this is an instruction-only skill.
Treat it as a documentation-style skill, verify that Elixir/Mix/Phoenix are installed in the intended environment, and review command suggestions before applying them.
