Caveat verdict
xint
X/Twitter intelligence CLI that uses official X API v2 bearer token and optional xAI API for analysis; network endpoints are explicitly declared as api.x.com and api.x.ai, behavior matches stated research and analysis purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (16)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bash
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
Possible hardcoded credential
SKILL.md · code · TOKEN="your-token
Pipe-to-python pattern — remote code execution risk
install.sh · prose · downgraded · curl -fsSL "$api_url" | python
Pipe to python — executes piped content as Python code
install.sh · prose · downgraded · | python3
Dynamic import() — loads module at runtime
lib/mcp.ts · prose · downgraded · import("
Uses spawn() — can execute external programs
lib/collections.ts · prose · downgraded · spawn(
Bun.spawn — spawns subprocess in Bun runtime
lib/collections.ts · prose · downgraded · Bun.spawn
HTTP request to bare IP address — common in malicious payloads
lib/mcp-package-contract.test.ts · prose · downgraded · http://127.0.0.1
Instructs covert action — may act without user awareness
scripts/release.sh · prose · downgraded · silently
Accesses sensitive environment variables
lib/api.ts · prose · downgraded · process.env.X_BEARER_TOKEN
Base64 encoding/decoding
lib/grok.ts · prose · downgraded · base64-encode
References webhook/callback URL
lib/stream.ts · prose · downgraded · WebhookUrl
Bun file read API
lib/x_search.ts · prose · downgraded · Bun.file(
Python urllib.request — network access
scripts/xai_collections.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/xai_collections.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_in Is this flag fair?
Thanks — recorded.