What problem does it solve? Agent harness configurations accumulate supply-chain risks: leaked secrets in configs, hidden Unicode characters, prompt-injection HTML comments, and dangerous shell commands embedded in skills, plugins, and MCP configs. This Skill runs a deterministic scanner that surfaces these findings without exposing secret values. ## Core Features & Use Cases - Secret Detection: Flags inline secrets across skills, agents, plugins, MCP configs, scripts, and goal memory, reporting only file and key locations. - Injection and Unicode Warnings: Detects hidden Unicode characters and prompt-injection HTML comments in harness surfaces. - Dangerous Command Detection: Warns on risky shell and network commands found in scripts and configs. - Use Case: Before merging a community-contributed OpenCode plugin, run the scan from the repository root to confirm it contains no embedded credentials or injection payloads, then convert any CRITICAL findings into a remediation plan. ## Quick Start Run the harness security scan from the repository root and report any secrets, injection patterns, or dangerous commands found in my skills and configs.