Albert-yz9yt commited on
Commit
c011e84
·
verified ·
1 Parent(s): 102607c

Clarify framework and model positioning on org landing page

Browse files
Files changed (1) hide show
  1. index.html +11 -9
index.html CHANGED
@@ -48,13 +48,14 @@
48
  }
49
  h1 {
50
  margin: 0;
51
- font-size: clamp(40px, 6vw, 72px);
52
  line-height: 0.95;
53
  letter-spacing: -0.04em;
 
54
  }
55
  .lead {
56
  margin: 20px 0 0;
57
- max-width: 720px;
58
  font-size: 18px;
59
  line-height: 1.7;
60
  color: var(--muted);
@@ -108,30 +109,31 @@
108
  font-size: 13px;
109
  color: #8ea2bb;
110
  line-height: 1.6;
 
111
  }
112
  </style>
113
  </head>
114
  <body>
115
  <main class="shell">
116
  <div class="eyebrow">BugTraceAI</div>
117
- <h1>AI for authorized security work.</h1>
118
  <p class="lead">
119
- BugTraceAI builds security-focused AI models and tooling for application security research,
120
- finding triage, technical reporting, and remediation support across authorized workflows.
121
  </p>
122
 
123
  <section class="grid">
124
  <article class="card">
125
  <h2>CORE-Fast</h2>
126
- <p>Lightweight model for rapid triage, concise payload review, scanner output analysis, and short-form engineering guidance.</p>
127
  </article>
128
  <article class="card">
129
  <h2>CORE-Pro</h2>
130
- <p>Higher-capacity model for long-context investigation, professional reporting, exploit-chain review, and remediation planning.</p>
131
  </article>
132
  <article class="card">
133
- <h2>Workflow</h2>
134
- <p>Designed for authorized security operations, defensive research, bug bounty workflows, and evidence-based technical analysis.</p>
135
  </article>
136
  </section>
137
 
 
48
  }
49
  h1 {
50
  margin: 0;
51
+ font-size: clamp(38px, 6vw, 72px);
52
  line-height: 0.95;
53
  letter-spacing: -0.04em;
54
+ max-width: 820px;
55
  }
56
  .lead {
57
  margin: 20px 0 0;
58
+ max-width: 760px;
59
  font-size: 18px;
60
  line-height: 1.7;
61
  color: var(--muted);
 
109
  font-size: 13px;
110
  color: #8ea2bb;
111
  line-height: 1.6;
112
+ max-width: 760px;
113
  }
114
  </style>
115
  </head>
116
  <body>
117
  <main class="shell">
118
  <div class="eyebrow">BugTraceAI</div>
119
+ <h1>Models built for BugTraceAI, an agentic web pentesting framework.</h1>
120
  <p class="lead">
121
+ BugTraceAI combines security-focused AI models and tooling for authorized application security research,
122
+ finding triage, technical reporting, and remediation support across web pentesting workflows.
123
  </p>
124
 
125
  <section class="grid">
126
  <article class="card">
127
  <h2>CORE-Fast</h2>
128
+ <p>Lightweight BugTraceAI model for rapid triage, concise payload review, scanner output analysis, and short-form engineering guidance.</p>
129
  </article>
130
  <article class="card">
131
  <h2>CORE-Pro</h2>
132
+ <p>Higher-capacity BugTraceAI model for long-context investigation, professional reporting, exploit-chain review, and remediation planning.</p>
133
  </article>
134
  <article class="card">
135
+ <h2>Framework</h2>
136
+ <p>BugTraceAI is an agentic web pentesting framework designed for authorized security operations, defensive research, and evidence-based analysis.</p>
137
  </article>
138
  </section>
139