setup-connect-query
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements logic via local shell scripts (
connect-query-check.sh) to perform static analysis on code during development. This is a standard development practice for maintaining code quality. - [SAFE]: All operations are performed locally on the user's filesystem without any external network communication or data exfiltration.
- [SAFE]: No obfuscation, prompt injection, or remote code execution vectors were detected. The scripts use standard shell commands (
grep,cat,bash) to inspect file contents. - [SAFE]: The skill uses a documented 'escape hatch' (
// allow: direct-query) which provides transparency and developer control over the enforcement logic.
Audit Metadata