nnsight-remote-interpretability

Fail

Audited by Snyk on Jun 29, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt shows and recommends directly assigning the NDIF API key in code (os.environ["NDIF_API_KEY"] = "your_key" and CONFIG.API_KEY = "your_key"), which encourages embedding secret values verbatim in generated code or outputs and therefore requires the LLM to handle secrets directly.

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

  • Potentially malicious external URL detected (high risk: 0.80). The skill includes explicit support for NDIF remote execution (references to https://ndif.us and https://login.ndif.us) and uses remote=True / NDIF_API_KEY to send prompts and run model inference remotely, so at runtime it depends on and invokes an external service that executes code and processes prompts.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 29, 2026, 12:54 AM
Issues
2
Security Audit — snyk — nnsight-remote-interpretability