Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

fortra/impacket

https://github.com/fortra/impacket · scanned 2026-05-15 16:00 UTC (4 weeks ago) · 10 languages

276 raw signals (32 security + 244 graph) 53rd percentile · Python · large (100-500K LoC) System graph score 64 (higher by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks ago · v1 · 13 actionable findings from 1 signal source. 8 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-14-v3
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 79.5 0.25 19.88
testing_score 100.0 0.20 20.00
documentation_score 72.0 0.15 10.80
practices_score 75.0 0.15 11.25
code_quality 43.1 0.10 4.31
Overall 1.00 77.5
Severity distribution — click a segment to filter
Active filters: severity: low × excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 80, maintainability 75. 32 findings. 188,093 lines analyzed.

Showing 3 of 13 actionable findings. 21 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
impacket/smb3.py:712
impacket/smbserver.py:4387
impacket/tds.py:1561
low Security checks security Injection conf 0.50 3 occurrences [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
3 files, 3 locations
examples/mimikatz.py:109
examples/ntfs-read.py:1259
impacket/examples/smbclient.py:98
low Security checks quality Quality conf 0.60 4 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
4 files, 4 locations
impacket/dcerpc/v5/rprn.py:7
impacket/dcerpc/v5/tsch.py:23
impacket/krb5/keytab.py:80
impacket/mqtt.py:159
duplicationquality
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/9034f894-6baa-4d67-938c-5b1fd00c9965/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9034f894-6baa-4d67-938c-5b1fd00c9965/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.