make-ai-teammate

Fail

Audited by Snyk on Jul 11, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly directs the agent to read secrets (e.g., agentBlueprintClientSecret / clientId / tenantId) from a365.generated.config.json and copy them into .env/appsettings (i.e., verbatim credential propagation / copy‑paste), which requires the LLM to handle secret values directly and risks exfiltration.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The skill deliberately adds workspace auto-approval rules and background task wiring that allow chat agents to run shell/CLI commands without interactive prompts, and it enables telemetry that captures sensitive prompts/responses and propagates blueprint secrets into env files — together these are intentional behaviors that create high-risk avenues for remote command execution and sensitive data exposure/exfiltration if misused.

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

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 11, 2026, 05:20 PM
Issues
3
Security Audit — snyk — make-ai-teammate