-
Notifications
You must be signed in to change notification settings - Fork 18
docs: enhance README and blueprint with Money Heist theme (#136) #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
GauravKarakoti
merged 3 commits into
GauravKarakoti:main
from
laypatel13:docs/enhance-readme-blueprint-136
Jul 9, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,40 @@ | ||
| # **App Name**: SecureFlow | ||
|
|
||
| *"In this heist, we're not stealing — we're protecting." SecureFlow casts every Pull Request as a member of the crew trying to reach The Vault (your codebase), with **The Professor** — SecureFlow's AI mastermind — checking credentials at the door before any breach gets through.* | ||
|
|
||
| ## Core Features: | ||
|
|
||
| - GitHub App Integration: Streamlined GitHub OAuth flow for repository selection and automated pull request webhook listeners. | ||
| - ArmorIQ Scanner: High-fidelity security scan implementation that identifies hardcoded secrets, vulnerable dependencies, and insecure code patterns during PR cycles. | ||
| - AI Reasoner Tool: An AI tool that applies logical reasoning to scanner findings to provide human-readable risk summaries and direct remediation advice in plain English. | ||
| - ArmorIQ Policy Engine: Logic engine for automated risk evaluation, mapping findings to customizable policy states: Pass, Review Required, or Blocked. | ||
| - Executive Security Dashboard: Centralized workspace featuring high-level risk trends, PR status visualizations, and active vulnerability metrics built with shadcn/ui and Recharts. | ||
| - Audit Transparency Logs: A persistent audit trail stored in PostgreSQL for all automated security decisions, actions, and scanner results. | ||
| - PR Status Reporter: Automated commit status updates and granular inline GitHub comments with direct feedback and action buttons. | ||
| - **GitHub App Integration — The Inside Job**: Streamlined GitHub OAuth flow for repository selection and automated pull request webhook listeners. This is how the crew gets access to the building in the first place. | ||
| - **ArmorIQ Scanner — The Professor's Eyes**: High-fidelity security scan implementation that identifies hardcoded secrets, vulnerable dependencies, and insecure code patterns during PR cycles. | ||
| - **AI Reasoner Tool — The Professor's Voice**: An AI tool that applies logical reasoning to scanner findings to provide human-readable risk summaries and direct remediation advice in plain English, in-character as "The Professor." | ||
| - **ArmorIQ Policy Engine — The Plan**: Logic engine for automated risk evaluation, mapping findings to customizable policy states: Pass, Review Required, or Blocked. | ||
| - **Mission Control Dashboard**: Centralized workspace featuring high-level risk trends, PR status visualizations, and active vulnerability metrics built with shadcn/ui and Recharts. | ||
| - **Vault Logs — Audit Transparency**: A persistent audit trail stored in PostgreSQL for all automated security decisions, actions, and scanner results. | ||
| - **PR Status Reporter — The Getaway Signal**: Automated commit status updates and granular inline GitHub comments with direct feedback and action buttons. | ||
|
|
||
| ## Style Guidelines: | ||
|
|
||
| - Primary Color: Vibrant Deep Violet (#927BFF), providing a futuristic and high-tech feel that contrasts against deep surfaces. | ||
| - Background Color: Deep Graphite Charcoal (#0C0B0F), a desaturated variation of the primary hue to create an immersive, distraction-free dark interface. | ||
| - Accent Color: Electric Azure (#4D7BFF), an analogous hue that provides strong functional contrast for success states and interactive call-to-actions. | ||
| - Font Pairing: 'Space Grotesk' (Sans-serif) for sharp, technical-feeling headlines and 'Inter' (Sans-serif) for clean, highly-readable UI controls and density-rich scan results. | ||
| - Ultra-thin, mono-lineal strokes for icons, utilizing high-contrast borders to suggest precision and structural integrity. | ||
| - Spacious, container-less dashboard layout with high-blur background glass effects (Glassmorphism) to define hierarchy without visual clutter. | ||
| - Sophisticated micro-interactions using framer-motion, featuring rhythmic horizontal loaders that simulate continuous scanning pulses. | ||
| - **Primary Color**: Heist Red (`hsl(356 96% 47%)` ≈ `#EB0514`) — the signature red of the crew's jumpsuits, used for primary actions, alerts, and the accent color throughout the app. | ||
| - **Background Color**: Deep Cinematic Black (`hsl(0 0% 4%)` ≈ `#0A0A0A`) in dark mode — evoking the shadows of the vault. Light mode uses a crisp off-white (`hsl(0 0% 98%)`) for high-contrast daytime use. | ||
| - **Card/Surface Color**: Slightly raised black (`hsl(0 0% 7%)` ≈ `#121212`) to separate cards and panels from the background without breaking the dark aesthetic. | ||
| - **Font Pairing**: 'Roboto' (Sans-serif) for bold, cinematic headlines and 'Inter' (Sans-serif) for clean, highly-readable body text and UI controls. | ||
| - **Iconography**: Ultra-thin, mono-lineal strokes for icons, utilizing high-contrast borders to suggest precision and structural integrity — every line as deliberate as the heist itself. | ||
| - **Layout**: Spacious, container-less dashboard layout with high-blur background glass effects (Glassmorphism) to define hierarchy without visual clutter. | ||
| - **Motion**: Sophisticated micro-interactions using framer-motion, featuring rhythmic horizontal loaders that simulate continuous scanning pulses — The Professor, always watching. | ||
|
|
||
| ## Narrative & Copy Guidelines: | ||
|
|
||
| Use these terms consistently across UI copy, docs, and marketing surfaces so the theme stays coherent app-wide: | ||
|
|
||
| | Theme Term | Refers To | | ||
| |---|---| | ||
| | The Professor | The AI security reasoner/persona behind explanations and remediation | | ||
| | The Vault | The codebase / protected repository | | ||
| | Mission Control | Main dashboard overview (`/dashboard`) | | ||
| | Breach Attempts | Security findings page (`/dashboard/findings`) | | ||
| | Defense Strategy | Policy management page (`/dashboard/policies`) | | ||
| | Vault Logs | Audit log page (`/dashboard/audit`) | | ||
| | The Resistance | SecureFlow's users/community defending their codebases | | ||
| | Bella Ciao | Tagline motif used for "all clear" / passed-audit moments | | ||
|
|
||
| Keep the tone confident and cinematic, never juvenile — SecureFlow is a serious security tool wearing a fun theme, not the other way around. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.