Welcome to Hacktoberfest Hack Day Kolkata x OWASP JIS University π
Build a project that solves a real cybersecurity problem.
Your project can focus on application security, cloud security, AI security, authentication, supply-chain security, detection and response, DevSecOps, or another security challenge.
You don't need to build a complete enterprise security platform. Pick one meaningful problem, build a focused solution, and demonstrate that it works.
Here are some areas to explore:
These are starting points, not restrictions. If you have a different cybersecurity idea, build it.
A simple way to structure a cybersecurity project is:
ββββββββββββββββ
β Problem β
ββββββββ¬ββββββββ
β
ββββββββββββββββ
β Attack β
ββββββββ¬ββββββββ
β
ββββββββββββββββ
βSecurity β
βControl β
ββββββββ¬ββββββββ
β
ββββββββββββββββ
β Demonstrate β
β & Test β
ββββββββββββββββ
Ask:
What are you trying to protect, and what are you protecting it from?
For example:
Problem: Exposed API credentials can be used to access sensitive resources.
Attacker: Someone who obtains a leaked credential.
Impact: Unauthorized access to data or services.
Before building the solution, understand how the attack actually happens.
Think about:
Attacker β Attack Vector β Vulnerability/Weakness β Impact
Attacker
β
βΌ
Stolen API Key
β
βΌ
Unauthorized API Access
β
βΌ
Sensitive Data Exposure
Your project should intervene somewhere in this attack path.
Your project should do something about the security problem.
Source Code
β
βΌ
Secret Scanner
β
βΌ
Credential Detected
β
βΌ
Alert / Block Commit
Or:
IAM Policy
β
βΌ
Permission Analysis
β
βΌ
Privilege Escalation Path
β
βΌ
Finding + Remediation
Security Logs
β
βΌ
Detection Engine
β
βΌ
Suspicious Activity
β
βΌ
Alert / Investigation
The goal isn't to have the most features. A focused security control that works is more valuable than a large collection of unfinished features.
If you're using Gemma or another open-source/open-weight model, give the model a meaningful role in your system.
Security Detection
β
βΌ
Gemma
β
βΌ
Explanation / Correlation
β
βΌ
Remediation Recommendation
Good uses for AI include:
Treat model output as untrusted input, especially if it generates:
Prefer:
AI Output
β
βΌ
Validation
β
βΌ
Controlled Action
rather than:
AI Output
β
βΌ
Production
Don't only demonstrate the happy path.
Try to break your own system.
At minimum, test:
Normal Prompt
β
Works
Malicious Prompt
β
Injection Detected
β
Blocked
Vulnerable Policy
β
Privilege Escalation
β
Detected
β
Remediation Suggested
Leaked Credential
β
Detected
β
Commit Blocked
β
Developer Alerted
A cybersecurity project should be demonstrated with an actual security scenario.
A simple structure is:
Attack β Detection/Prevention β Result
Don't just show a dashboard and say:
"Our system detects attacks."
Show the attack.
Show what your system detects or prevents.
Show the result.
Avoid making claims that you cannot demonstrate.
Instead of:
"Our system completely prevents phishing."
Explain what your system actually does:
"Our system detects suspicious websites using URL, DOM and visual features."
"Our AI guarantees secure code."
Say:
"Our AI identifies potential security issues and suggests remediation."
If you report metrics such as accuracy, explain how you measured them.
A starting point for understanding common application-security risks and finding project ideas.
OWASP Top 10 for LLM Applications
Useful for projects involving LLMs, GenAI, AI agents, or open-source models.
Practical implementation guidance for common security topics.
Useful if your project involves APIs, authentication, authorization, or access control.
OWASP Web Security Testing Guide
Use this to test your web application before submission.
Explore real OWASP open-source projects and technical problem areas for additional inspiration.
Browse existing OWASP projects across application security, AI security, cloud security, tooling, and more.
These are provided for inspiration and further exploration. You do not need to contribute to an existing OWASP project for the Hackday.
Before submitting, ask yourself:
Problem β Attack β Security Control β Test β Result
You don't need to build the next enterprise security platform.
Pick one real security problem. Understand it. Build a focused solution. Try to break it. Then demonstrate that your solution works.