What problem does it solve?
LingTai agent networks accumulate secrets, configs, mail, and data files on the local filesystem, and misconfigurations like hardcoded API keys or over-privileged agents can go unnoticed. This Skill provides a read-only, six-dimension audit framework that scans a network directory and produces a severity-classified report without ever modifying files or exposing secret values.
Core Features & Use Cases
- Secret Leak Scanning: Greps for known credential patterns (GitHub PATs, OpenAI keys, AWS keys, JWTs, private keys) and persists a path-only triage report with values redacted.
- Permission and Config Audits: Checks file permissions on
.secrets/ and .env files, validates MCP servers.json for hardcoded keys versus environment variable references, and reviews init.json for excessive karma/nirvana admin privileges.
- Communication and Data Exposure Review: Flags sensitive content in plaintext pigeon mailboxes, large data dumps, codex export files, and secrets committed to git history.
- Use Case: Before sharing a LingTai network directory with collaborators, run the full audit to confirm no API keys are hardcoded in MCP configs and that only orchestrator agents hold karma or nirvana privileges.
Quick Start
Run a full security audit of my LingTai network directory and report any leaked secrets, permission issues, or over-privileged agents with severity ratings.