PipHackLup is a public hackathon Discord bot and organizer dashboard. Please report security issues privately before opening a public issue.
Email Rupayon Haldar or use GitHub private vulnerability reporting if it is enabled for the repository. Do not post secrets, exploit details, Discord tokens, database URLs, OAuth secrets, or live server identifiers in public issues.
Include:
- Affected URL, command, or package.
- Steps to reproduce.
- Expected impact.
- Whether any secret or user data may be exposed.
Never commit these values:
DISCORD_TOKENDISCORD_CLIENT_SECRETNEXTAUTH_SECRETDATABASE_URL- API keys, GitHub tokens, private keys, or OAuth refresh tokens
Use .env.local for local development and Vercel/host environment variables for production.
PipHackLup's public code should keep RBAC, rate limiting, prompt-injection filtering, dependency audits, and secret-pattern checks in place. See docs/security-baseline.md for the implementation map and future hardening checklist.
PipHackLup is currently public alpha. Security fixes should target the main branch.