agents-connect

Fail

Audited by Snyk on Jul 24, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill includes multiple CLI examples that place API keys and client secrets directly in command arguments (e.g., --api-key sk-..., --oauth-client-secret your-client-secret) which encourages the LLM to emit secret values verbatim and thus creates an exfiltration risk.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.70). The skill’s required runtime workflow includes discoverable tools from an MCP server opened via session.list_tools() / client.get_tools() (Path A), where the MCP server is an outsider source and its returned tool descriptions/fields are ingested into the agent/LLM tool context.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 24, 2026, 03:49 PM
Issues
3
Security Audit — snyk — agents-connect