Add reliable scoped X public-data source#8
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
kriptoburak
force-pushed
the
codex/add-xquik-public-x-recon
branch
from
July 19, 2026 23:33
9bc3ac1 to
9df42b0
Compare
Author
|
Repaired and refreshed in signed commit 9df42b0. The Xquik package pin now uses the current Local validation passed for shell syntax, shellcheck, synchronized and drift fixtures, both YAML frontmatter files, Python syntax, the secret scanner smoke test, package and docs reachability, and The repository-wide markdownlint result is unchanged from upstream |
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.
Description
Adds a scoped X/Twitter public-data source to the offensive OSINT tooling quick-install section. The install command is pinned to the current
x-developer@2.5.3package. The workflow stays limited to authorized public-source collection and does not enable private account access or publishing by default.This PR also fixes
scripts/sync-skill-content.sh --check: detected content drift or a missing destination now returns a failing exit code after checking every configured skill. Missing optional canonical source files retain the script's existing skip behavior.Type of change
Affected skills
osint-methodologyoffensive-osintAffected sections
Checklist
CHANGELOG.mdunder[Unreleased].tests/smoke-test-prompts.md.<type>(<scope>): <subject>.Sample prompt
Expected response
Claude should route to arsenal section 46.13, give the pinned
x-developer@2.5.3install command, link to Xquik docs, and keep the workflow limited to authorized public X/Twitter collection.Independent repository fix
scripts/sync-skill-content.sh --checkpreviously printed drift failures but returned success. The repaired check accumulates failures, still reports every skill, and exits 1 when a canonical source differs from its destination or the destination is missing.Validation
bash -n scripts/sync-skill-content.shshellcheck scripts/sync-skill-content.shSKILL.mdfilessecret_scan.pysmoke testnpm view x-developer@2.5.3 versiongit diff --checkmainThe repository-wide markdownlint command reports the same 686 existing findings on upstream
mainand this branch. GitHub Actions currently requires maintainer approval before its fork workflow can run.