Infrastructure scanning and dependency security. Built for engineers who run their own servers and ship their own code.
Run once, use forever. Scans your entire server and generates a persistent knowledge base. Claude auto-loads it every session — zero discovery overhead, instant context.
Multi-ecosystem supply chain attack scanner. Detects compromised packages, malware artifacts, and C2 connections across your entire dependency tree.
AI-scored GitHub repository discovery. Finds trending repos, scores them across 5 dimensions with LLM, and tweets the best ones daily.
One command scans every service, port, config, database, domain, SSL cert, and .env file. Single bash call, single permission prompt.
Creates a persistent CLAUDE.md + per-service docs. Auto-loaded every session. Claude knows your server without re-discovering anything.
Without this: 50-100K tokens burned on discovery per session. With this: zero. Claude reads the docs and starts working immediately.
Credentials in gitignored .credentials file. Optimization report flags security risks, performance issues, and expiring SSL certs.
80 lines max. Domain map, service table, architecture link. Everything Claude needs at a glance without wasting context.
One .md per service: nginx.md, postgresql.md, redis.md. TL;DR header, config tables, dependency graph. Read only when needed.
Critical / Important / Nice-to-have. Checks shared_buffers, SSL expiry, security headers, fail2ban, SSH config, disk usage.
# one-liner install (auto-updates every 6h)
curl -fsSL https://raw.githubusercontent.com/oopsalldev/server-scout/main/install.sh | bash
# run in claude code
/server-scout
# output
CLAUDE.md # lean index
.server-docs/services/*.md # per-service details
.server-docs/optimizations.md # recommendations
.server-docs/.credentials # passwords (gitignored)
JSON threat database with compromised versions, C2 IPs, malware hashes, and IOCs.
Checks node_modules, pip, Gemfile.lock, Cargo.lock, go.sum, composer.lock.
Malware files on disk. Active C2 connections. Malicious CDN refs. Bad lockfile shasums.
CLEAN / WARNING / COMPROMISED verdict. Remediation steps per threat.
# clone and scan
git clone https://github.com/oopsalldev/npm-supply-chain-scanner
./scripts/scan.sh --path /your/project
# github action
uses: oopsalldev/npm-supply-chain-scanner@main
# claude code
/scan
Scans GitHub every 30 minutes for trending repos across AI, security, devtools, and infrastructure topics. Filters by stars, recency, and growth.
LLM analyzes each repo across 5 dimensions: usefulness, code quality, documentation, innovation, and community. Weighted overall score 0-100.
Categorizes into ai-coding, ai-agents, llm-tools, security, web, devtools, infra, and more. Filterable and searchable web interface.
Top repos (score 70+) are automatically tweeted daily from @esenkalumut with AI-generated descriptions. No manual curation needed.
# browse curated repos
https://discover.oops.zone
# filter by category, language, sort by score
https://discover.oops.zone/?category=ai-agents&sort=score
# follow for daily top repos
@esenkalumut on X
Built with Claude Code by oops.zone