B
85/100 First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH
Code block labeled "markdown" contains executable content
L179 Code block labeled "markdown" contains executable content
## Hashing
### Bash
```bash
echo -n "Hello" | sha256sum
FIX
Align the tool description with what the code actually does. If the description says one thing but the code does another, update the description to be accurate or fix the code.
FP?
Likely FP if the NLP analyzer misinterpreted technical jargon or the description accurately describes behavior through domain-specific terminology.