Releases: aolingge/agent-reliability-kit
Releases · aolingge/agent-reliability-kit
Agent Reliability Kit v0.1.0
Agent Reliability Kit v0.1.0
First public npm release of Agent Reliability Kit.
What It Does
- Scans agent instruction files such as
AGENTS.md,CLAUDE.md,GEMINI.md,CODEX.md, and Copilot instructions. - Checks repeatable verification commands: test, build, lint, typecheck, and check scripts.
- Reviews README readiness, license/contribution signals, and release-readiness surfaces.
- Flags token-like evidence with redacted report output.
- Reviews GitHub Actions permissions and risky shell patterns.
- Includes MCP/local AI tooling, n8n workflow, team audit, and cost-report surfaces.
Install
npx agent-reliability-kit scan .Package: https://www.npmjs.com/package/agent-reliability-kit
Docs: https://aolingge.github.io/agent-reliability-kit/
Verification
npm run checkpassed.npm run smokepassed.npm run launch:checkpassed.npm pack --dry-run --jsonpassed.- Public package smoke with
npm exec --yes agent-reliability-kit@0.1.0 -- scan ...passed.
Safety Boundary
The scanner runs locally and writes local reports. Review reports before sharing them publicly, and do not paste real secrets, cookies, private logs, browser profiles, private URLs, or sensitive source details into issues, posts, screenshots, or release feedback.