| from __future__ import annotations | |
| from typing import Iterable, List | |
| from shield.models.evidence import Evidence | |
| def analyze_exfiltration(evidence: Iterable[Evidence]) -> List[Evidence]: | |
| if any(item.category == "data_exfiltration" for item in evidence): | |
| return [Evidence( | |
| source="exfiltration_agent", | |
| category="data_exfiltration", | |
| risk_score=82, | |
| weight=0.84, | |
| confidence=0.86, | |
| explanation="Request attempts to extract hidden instructions, credentials, or sensitive data", | |
| )] | |
| return [] | |
Xet Storage Details
- Size:
- 584 Bytes
- Xet hash:
- f470dcbbc4362681f7f2749ead7a6c04dafe13ab6237237bd4af1fbfa9c0c974
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.