agent-identity

Fail

Audited by Snyk on Mar 2, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill instructs embedding secrets verbatim in commands and requests (e.g., --api-key , Authorization: Bearer , npx identityapp auth link set <linking_key>), which requires the agent/LLM to output secret values directly.

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

  • Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs users to run "npx identityapp", which causes npx to fetch and execute the identityapp package from the npm registry (e.g., https://registry.npmjs.org/identityapp), making it a required runtime dependency that executes remote code.
Audit Metadata
Risk Level
HIGH
Analyzed
Mar 2, 2026, 11:27 PM