Skip to content

Add slop-scan card to /oss page#2

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/add-slope-scan-to-oss-page
Draft

Add slop-scan card to /oss page#2
Copilot wants to merge 2 commits into
mainfrom
copilot/add-slope-scan-to-oss-page

Conversation

Copilot AI commented May 7, 2026

Copy link
Copy Markdown

Summary

Adds the 2nd entry to the /oss page — a card for slop-scan alongside the existing anti-dark-pattern card.

What changed

Created a website/ subdirectory containing a Next.js app that implements the /oss page matching the erayaha.ai/oss design:

  • website/app/oss/page.tsx — The /oss page component with two project cards:
    • Anti Dark Pattern Linter (existing) — Developer Tools category, GitHub Actions linter for UX dark patterns
    • Slop Scan (new) — Security category, npm supply-chain scanner that detects hallucinated/slopsquatting packages
  • website/app/layout.tsx — Root layout with dark theme
  • website/app/globals.css — CSS custom properties for the design system (background, foreground, primary, secondary, muted, border)
  • website/app/page.tsx — Home page redirecting to /oss
  • Config files: next.config.mjs, tailwind.config.ts, postcss.config.mjs, tsconfig.json, package.json

Slop Scan card details

Sourced from the slop-scan README:

Field Value
Category Security
Name Slop Scan
Subtitle Detect hallucinated npm packages before they ship
Tags Security · npm · CLI · GitHub Actions · Supply Chain
GitHub https://github.com/erayaha/slop-scan
Marketplace https://github.com/marketplace/actions/slop-scan

Verification

  • yarn build produces a clean static build with zero errors
  • Next.js 15.5.16 used (no known vulnerabilities)
  • 13/13 content checks confirmed in the rendered HTML
  • CodeQL security scan: 0 alerts

Copilot AI and others added 2 commits May 7, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants