Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
aurora-demo-lockfile — AURORA demo target — deliberately vulnerable lockfiles (CVE-2019-10744, CVE-2018-18074, CVE-2020-26160) | Kitploit
Tools/GitHubGitHub/mlbrilliance/aurora-demo-lockfile
Vulnerability AnalysisSupply Chain SecurityLearning & EducationCurated ResourcesLabs & Practice
GitHubmlbrilliance/aurora-demo-lockfile

aurora-demo-lockfile

AURORA demo target — deliberately vulnerable lockfiles (CVE-2019-10744, CVE-2018-18074, CVE-2020-26160)

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
3 months agoNot yet reviewed

aurora-demo-lockfile

Demo target for AURORA — the UiPath for Coding Agents challenge submission at mlbrilliance/uipath-for-coding-agents.

This repo intentionally contains three vulnerable lockfiles so AURORA's Maestro process (OssSupplyChainDefender) has something to detect, triage, and remediate. Do not use any of these dependencies in real code.

LockfilePackagePinned versionAdvisory
package-lock.jsonlodash4.17.10CVE-2019-10744 — prototype pollution
package-lock.jsonminimist1.2.0CVE-2020-7598 — prototype pollution
requirements.txtrequests2.20.0CVE-2018-18074 — Authorization header on redirect
requirements.txturllib31.24.1CVE-2019-11324 — CRLF injection
go.sumgithub.com/dgrijalva/jwt-gov3.2.0+incompatibleCVE-2020-26160 — missing audience check

When AURORA's Maestro OssSupplyChainDefender instance runs:

  1. ResolveLockfiles (C# Coded Workflow) enumerates this repo via the GitHub API and fetches the three lockfiles above.
  2. VulnLookup (LangGraph Coded Agent) cross-references each pin against NVD / OSV / GitHub Advisory Database.
  3. DMN Severity Matrix routes findings by CVSS score:
    • Critical (≥ 9.0) → Critical sub-process → HITL Action Center Form Task → patch PR
    • High (7.0-8.9) → auto-PR via OpenAutoPR Coded Workflow
    • Medium / Low → digest only
  4. OpenAutoPR opens a real PR against this repo bumping the vulnerable pin.

License

MIT.

Download Tool