auvik-inventory
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill invokes a local Python script (
auvik_mcp_server.py) usingpython3to facilitate the MCP server operations. This is the expected and legitimate behavior for the skill's functionality. - [SAFE]: Sensitive credentials, including the
AUVIK_API_KEYandAUVIK_USERNAME, are managed via environment variables. This follows secure development practices by avoiding hardcoded secrets within the skill instructions or scripts. - [SAFE]: The skill identifies the security risk of disabling TLS verification via the
AUVIK_VERIFY_SSLenvironment variable and explicitly advises against it in the documentation. - [PROMPT_INJECTION]: The skill includes a tool,
auvik_list_entity_notes, which ingests arbitrary text data from the Auvik API. This constitutes a surface for indirect prompt injection should an attacker influence the content of notes within the Auvik platform. - Ingestion points: The
auvik_list_entity_notestool inSKILL.mdreads notes attached to devices, networks, or interfaces. - Boundary markers: None identified; instructions do not specify the use of delimiters when processing note content.
- Capability inventory: The skill is limited to GET (read-only) network operations and local script execution.
- Sanitization: No explicit sanitization or filtering of note content is described in the provided instructions.
Audit Metadata