konecty-meta-hook
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no obfuscated code, hidden instructions, or malicious prompt injection patterns. All instructions are dedicated to legitimate management of Konecty platform hooks.
- [SAFE]: Credential management follows industry-standard CLI practices by accessing configuration files in the user's home directory (~/.konecty/credentials) or environment variables to authenticate with the Konecty API.
- [SAFE]: Network operations are restricted to the Konecty API endpoints as configured by the user via credentials or environment variables; no unauthorized data exfiltration to third-party domains was observed.
- [SAFE]: The skill has no external Python or Node.js dependencies, relying exclusively on the Python standard library for its operations.
- [SAFE]: The management script (meta_hook.py) does not execute arbitrary local commands or perform remote code execution; it serves as a client for the Konecty backend.
Audit Metadata