Lintai
Description
Offline-first, precision-first security linter for SKILLS, MCP, plugins, configs and other AI infrastructure.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
lintai
[](https://777genius.github.io/lintai/coverage/)
Make AI agent policy reviewable.
`lintai` checks the files that quietly decide what coding agents can run, access, and inherit before merge. It helps you review MCP configs, hooks, permissions, skills, and agent instructions before risky defaults spread through local workflows or CI. It can also run an opt-in advisory lane for committed npm lockfiles.
Current release: `v0.1.1`
- Fast local and CI checks
- Deterministic findings with evidence
- Helps verify artifacts before use
`lintai` helps raise confidence and find risky patterns. It does not guarantee that an artifact is completely safe.
Why `lintai` exists
Skills, MCP configs, agent rules, hooks, and plugin manifests are not just docs or metadata. They are trust surfaces that can change agent behavior, launch tools, route network access, and carry risky auth or execution patterns.
`lintai` exists to make those artifacts easier to verify before use, before sharing, and before merge. It is built for fast local runs, repeatable CI checks, and private repositories where offline-first verification matters.
Think of it as a Ruff/Biome-style workflow for agent artifact review: fast, deterministic, and meant to run often.
Quick Start
curl -fsSL https://github.com/777genius/lintai/releases/latest/download/lintai-installer.sh | sh
"$HOME/.local/bin/lintai" scan .
After `~/.local/bin` is on `PATH`, use `lintai scan .` directly.
Exit codes:
0: no blocking findings1: blocking findings were emitted2: execution or configuration error
Interpretation:
Stablefindings are the release-quality baseline behind the quietrecommendeddefault.Previewfindings are useful deeper-review signals, but not the baseline trust bar.- explicit sidecar lanes such as
threat-review,compat,governance, a
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,