triaging-windows-with-kape
Warn
Audited by Snyk on Aug 4, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/agent.py, the helper builds and (optionally) executes KAPE commands from user-supplied CLI arguments (--tsource,--target,--tdest,--module, etc.) and can read and re-hash an outsider-provided--copylogCSV at runtime viaverify_copylog, meaning free text from that file can be ingested without selecting a specific trusted item first.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs "kape.exe --sync" at runtime to pull Targets/Modules from the community GitHub repo (https://github.com/EricZimmerman/KapeFiles), and those fetched .tkape/.mkape configs directly control what KAPE collects and which modules/binaries are executed.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata