Phase 1: CI/CD pipeline, dead link cleanup, and URL normalization - #546
Merged
Conversation
Rebased cleanly onto current master (resolving conflicts from community PRs #240-#471 merged while this branch was in flight). Changes: - Add GitHub Actions CI workflow (JSON lint, link check, smoke tests) - Remove 176 confirmed dead links from arf.json - Normalize 393 URLs from http:// to https:// - Fix invalid JSON (missing commas/braces from old format) - Remove Bower dependency; lock D3 to npm - Add link audit tooling (tools/) - Cherry-pick alive tools from community PR #391: FaceCheckID, Cisco Talos, VerifyEmail, YouTube Geofind, Whitepages, Hiya, Berla Vehicle Lookup, OpenAIP, Valkyrie File Analysis - Fix OpenInfrastructureMap URL (missing https://) Community PR #359 (Risk Toolbox / fraudfightersalliance.com): DNS does not resolve — all 27 proposed additions are dead, not merged. Co-Authored-By: Paperclip <noreply@paperclip.ing>
s0lray
force-pushed
the
phase-1/ci-and-dead-links
branch
from
March 22, 2026 03:00
a3bb071 to
8c2de4d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR delivers Phase 1 infrastructure improvements to the OSINT Framework:
Changes
CI/CD Pipeline (
.github/workflows/ci.yml): Added GitHub Actions with three jobs:arf.jsonis well-formed on every PR and pushindex.htmllocal asset references existDead link removal: Removed 113 confirmed dead links from
arf.jsonusing automated tooling (tools/link_checker.py,tools/remove_dead_links.py)URL normalization: Upgraded ~215 URLs from
http://tohttps://where redirects were detectedTooling added (
tools/): Link checker and dead link remover scripts for ongoing maintenance.gitignore: Addedagents/directory to ignore internal agent config filesResults
Test Plan