low
spacy-llm
v0.7.3Integrating LLMs into structured NLP pipelines
1
Total
0
Critical
0
High
1
Medium
Findings
unknownmediumOB-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 positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | low | 1 | 249 | 0.00s |
| Feb 23, 2026 | low | 1 | 249 | 0.00s |
| Feb 22, 2026 | low | 1 | 249 | 0.00s |