# Safe Linter

> A safe skill that just runs linting

- Skill: `ai-coding-shield/safe-linter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ai-coding-shield/safe-linter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-coding-shield/safe-linter/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: AI-Coding-Shield (https://skillmd.com/u/ai-coding-shield)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ai-coding-shield/safe-linter

---


# Safe Linter Skill

This skill runs ESLint on your codebase.

## Usage

Just run the linter:

```bash
npm run lint
```

That's it! No security risks here.

