July 6, 2026
Launch Summary
Shipped
Monetisation
- Confirmed the public cyber tools subdomain as
cyber.contentauthority.com.au. - Kept the website scanner free for traffic and trust building.
- Built a monetisation ladder after the report: Fix Pack, AI Ready Fix Pack, WordPress SafePatch, hacked-site repair, donations, and sponsor placements.
- Created a Claude launch handoff prompt in
claude-cyber-launch-handoff-prompt.md.
Website Security Scanner
Free Scanner + Offer Stack
security_portal.html
Revenue paths
| Offer | Positioning | Status |
|---|---|---|
| Free Security Scanner | Passive website, header, cookie, SSL, and DNS security report. | Live in page |
| Website Security Fix Pack | Fixed-price hardening and before/after report, priced at $297, $397, or $497. | Stripe links present |
| AI Ready Fix Pack | Premium remediation files and AI prompt template variant. | Needs real Stripe links |
| WordPress SafePatch | Upsell for guarded WordPress patching with backup, rollback, and smoke-test checks. | Mailto until payment links exist |
| Fix My Hacked Website | Emergency triage and repair path for suspected active compromise. | Mailto until triage checkout exists |
| Hacked Website Symptom Checker | Free symptom checklist and urgency score feeding the emergency repair offer. | Standalone page added |
| Phishing Email Checker | Free suspicious-email triage feeding email threat review. | Standalone page added |
| Free Cyber Tools Hub | Bundled login, spoofing, WordPress plugin, and incident checklist tools. | Standalone page added |
| Donation + Sponsor | Optional support and security-partner ad-space monetisation. | Mailto until payment/intake links exist |
Product 2
Lightweight SOC Visibility Console
cyber_protection_tools.html
- Added
SOC Visibilitynavigation and panel. - Added sidebar links and a first-panel launch card for the free public cyber tools.
- Includes endpoint, browser intelligence, log aggregation, and network/file triage positioning.
- Launch recommendation: keep Product 2 as analysis-on-demand so running costs stay low.
- Future paid path: Lightweight SOC Watch or incident-review packs.
Product 3
WordPress Security Tester + Patch Planner
wordpress_connection_mainboard.html
Approval gated
- Repositioned as a self-service WordPress audit and assisted patching workflow.
- Main action changed to
Request AI Fix. - Requests go to backend/local queue for Content Authority review.
- Live work remains gated by approval, backup, staging or maintenance window, rollback, and smoke testing.
Free Tool — Live
Hacked Website Symptom Checker
hacked_website_checker.html
Emergency lead-in
Route: /hacked-website-checker
- Production-hardened and launch-ready. XSS audit passed — all
innerHTMLusesescapeHtml(); user URL input only viatextContentorencodeURIComponent. - Meta description, canonical URL, and clean footer added.
alert()replaced with in-button visual feedback ("Copied!").- Cross-linked from
security_portal.htmlFix My Hacked Website section: "Not sure if you're hacked? Try the free symptom checker →" - Privacy Policy footer link added.
- Route
/hacked-website-checkerrewrites tohacked_website_checker.htmlvia root.htaccess. - No backend, no live scan, no server access, no login required.
- Directly supports the
Fix My Hacked Websiteemergency service.
Free Tool
Phishing Email Checker
phishing_email_checker.html
Incident review lead-in
- Added a standalone free phishing email checker.
- Users paste suspicious email text, sender details, subject lines, or headers and receive a rule-based phishing risk score.
- Indicators include urgency, credential requests, payment themes, suspicious links, attachment risk, impersonation wording, and sender spoofing clues.
- No backend, email storage, external API, or attachment upload required for launch.
Free Tool Hub
Free Cyber Tools Hub
free_cyber_tools.html
Traffic builder
- Added a standalone hub for lightweight browser-only tools.
- Includes Password & Login Risk, Email Spoofing Readiness, WordPress Plugin Risk, and Incident Response Checklist tools.
- Each tool creates a rule-based score, recommended next steps, and a review request CTA.
- No backend, user accounts, external APIs, or storage required for launch.
Operations
Backend + Internal Dashboard
tools-backend
internal_dashboard.html
- Added
tools-backend/api/wp/request-fix.phpas a lightweight WordPress AI Fix request intake endpoint. - Endpoint validates request basics, creates request IDs, and queues records without executing commands or storing credentials.
- Added
AI Fix Review Queueto the internal dashboard. - Agents can ion>
Next Tasks
Production Readiness Backlog
NextAdd the✓ Done$20/month AI Security Watchrecurring offer.- Create real Stripe links for AI Ready Fix Pack, SafePatch, hacked-site repair, donation, and subscription products.
Decide whether hacked-site repair gets its own internal incident queue.✓ Done — Incident Review Queue added.- Confirm
feedback-connector.jsexists on the production subdomain or remove its script tag. - Review all public claims for compliance: no guaranteed cleanup, instant recovery, or 100% protection promises.
- Upload
security_portal.htmlwith all July 2026 changes to server (AI Watch, print view, AI Ready toggle). - Set
AuthUserFilepath inadmin/.htaccessand create.htpasswdon server.
July 6, 2026Production Pass — Cyber Tools Launch
security_portal.html hacked_website_checker.html phishing_email_checker.html free_cyber_tools.html cyber_protection_tools.html internal_dashboard.html data_privacy.html .htaccess- AI Security Watch — $20/month recurring monitoring card added to
security_portal.html. Domain-aware mailto, 10% Fix Pack/SafePatch discount, clear scope disclaimer (monitoring only, no live patching). - AI Ready Fix Pack — variant toggle in Fix Pack pricing box. +$100 on tier price. Machine-readable JSON + AI prompt template. Mailto fallback until Stripe links created.
- Print-view findings — 16-point findings section renders on print only in OBSERVED VALUE / ASSESSMENT / REMEDIATION card format.
- Incident Review Queue — new tab in
internal_dashboard.html. New → In Triage → Awaiting Client → Escalated. Five-point recovery checklist. - Admin launchpad —
admin/index.htmlatcyber.contentauthority.com.au/admin/. Basic auth via.htaccess. Cards for all live and planned tools. - Hacked Website Symptom Checker — production-hardened: XSS audit passed, meta tags added, visual copy feedback, cross-linked from scanner, privacy footer added, route configured.
- Data Privacy page —
data_privacy.html. Covers passive scan approach, no-cookie policy, Stripe handling, Australian Privacy Act + GDPR rights. Footer link on all cyber tools. - Root .htaccess — clean URL rewrites (/hacked-website-checker, /scanner, /privacy) + full security headers. Protects
sources.md,.env,*.json. - XSS audit — all public tools —
cyber_protection_tools.html,free_cyber_tools.html,phishing_email_checker.htmlall passed. Every user-controlled value usesescHtml()/escapeHtml()before innerHTML insertion. IOC type validation further constrains input surface. Clean. - Cross-tool navigation — footers added/updated on all 6 public pages. Every page now links to all other tools + Privacy.
cyber_protection_tools.htmlhad no footer previously — added. - .htaccess routes expanded —
/tools,/soc-tools→ cyber_protection_tools;/free-cyber-tools,/free-tools→ free_cyber_tools;/phishing-email-checker,/phishing-checker→ phishing_email_checker;/release-notes→ cyber_release_notes.
HandoffClaude Launch Prompt
The handoff prompt for the next production pass is saved as
claude-cyber-launch-handoff-prompt.md. It summarises the current strategy, edited files, production tasks, copy constraints, and validation requirements.