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.
30 of your 58 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

danielmiessler/SecLists

https://github.com/danielmiessler/SecLists · scanned 2026-06-05 08:29 UTC (5 days, 19 hours ago) · 10 languages

55 findings 11/13 scanners ran 0th percentile · Php · small (2-20K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

27 actionable findings from 1 signal source. 28 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 62.0 0.15 9.30
practices_score 55.0 0.15 8.25
code_quality 80.0 0.10 8.00
Overall 1.00 56.5
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Showing 12 of 27 actionable findings. 55 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.

high Security checks quality Quality conf 1.00 ✓ Repobility [MINED017] C System Call: system() invokes shell. command injection if any arg is dynamic.
Review and fix per the pattern semantics. See CWE-78 / for context.
Miscellaneous/Source-Code/c-linux/tiny-shell.c:2
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED017] C System Call: system() invokes shell. command injection if any arg is dynamic.
Review and fix per the pattern semantics. See CWE-78 / for context.
Miscellaneous/Source-Code/c-linux/root-shell.c:10
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
.bin/trickest-patcher.py:28
high Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
.bin/trickest-patcher.py:28
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v3`: `uses: actions/checkout@v3` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
8 files, 8 locations
.github/workflows/readme-updater.yml:21
.github/workflows/remote-wordlists-updater.yml:16
.github/workflows/wordlist-updater_api-endpoints-res.yml:21
.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml:12
.github/workflows/wordlist-updater_combined_directories.yml:26
.github/workflows/wordlist-updater_combined_words.yml:22
.github/workflows/wordlist-updater_default-passwords.yml:17
.github/workflows/wordlist-updater_fuzzing_etc_files.yml:18
CI/CD securitySupply chainGitHub Actions
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
.bin/validators.py:165 Error handlingquality
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
.bin/pull-sqlmap-payloads.py:59 Error handlingquality
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
.bin/checkers/check-if-auto-updated.py:1
low Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
Keep one authoritative implementation, update imports to point at it, and remove or rename the duplicate symbol.
.bin/checkers/check-if-auto-updated.py:1
low Security checks quality Quality conf 0.60 10 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.
8 files, 10 locations
.bin/checkers/new-line-and-empty-line-checker.py:1, 2 (2 hits)
Web-Shells/laudanum-1.0/php/killnc.php:1, 9 (2 hits)
.bin/checkers/check-file-for-starting-slash.py:2
Web-Shells/Magento/newadmin-KINKCreative.php:18
Web-Shells/laudanum-1.0/php/file.php:3
Web-Shells/laudanum-1.0/php/host.php:1
Web-Shells/laudanum-1.0/php/proxy.php:4
Web-Shells/laudanum-1.0/php/shell.php:4
duplicationquality
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
.bin/checkers/check-if-auto-updated.py:1
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/8cadd759-46de-4821-8127-ad01187955b5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8cadd759-46de-4821-8127-ad01187955b5/

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.