Yes. Trustabl is essentially a specialized linter for AI agents. While traditional linters (like ESLint or Ruff) focus on code style, syntax, and general bugs, Trustabl analyzes your AI agents, tools, prompts, and SDK configurations for reliability, safety, and production readiness — flagging patterns that expose you to prompt injection, missing timeouts, tool misconfigurations, and guardrail gaps that standard linters miss. Think of it as "ESLint for AI agents" — it runs in CI/CD, gives clear explanations and fix suggestions, and helps you ship safer, more robust agentic systems.
No. Skills (SKILL.md) teach the agent how to perform a task or workflow. Trustabl Agent Analyzer (TAA) makes the tools themselves reliable, safe, and production-ready. Skills focus on process. TAA focuses on resilience, validation, policy, observability, and supply-chain trust. The two are highly complementary — great skills need hardened tools underneath them.
After scanning, Trustabl generates fix suggestions for every finding. Safe, low-risk fixes will be applied automatically. Higher-risk changes will be surfaced for your review before anything is committed. Remediation will be available as a VS Code/Cursor extension and as a Skill.md for other agent environments. Coming soon.
No. Trustabl works on top of your existing tools. It analyzes your code, documentation, and behavior, then generates enriched metadata and optional policy files without modifying your source code.