ICUICU
low

spacy-llm

v0.7.3

Integrating LLMs into structured NLP pipelines

PyPIExplosionFirst seen Feb 22, 2026Source

1

Total

0

Critical

0

High

1

Medium

Findings

unknown
mediumOB-001ObfuscationMedium ConfidenceLine 0

Possible Base64-encoded payload (long encoded string)

Detected by automated pattern matching (rule OB-001) with medium confidence. May be a false positive.

    46:     """Ensure graceful handling of error in the PaLM model."""
    47:     # Incorrect config because temperature is in incorrect range [0, 5]
>>> 48:     # c.f. https://developers.generativeai.google/api/rest/generativelanguage/models/generateText
    49:     incorrect_temperature = 1000  # must be between 0 and 1.0
    50:     with pytest.raises(ValueError, match="Request to PaLM API failed:"):
Report false positive

Scan History

DateRiskFindings
Feb 25, 2026low1
Feb 23, 2026low1
Feb 22, 2026low1