Caveat verdict

xint

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
70
transparency
80
maintenance

Findings (16)

Pattern match critical

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

Pattern match critical

Pipe to bash — executes piped content as shell commands

README.md · code · | bash

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="your-token

Pattern match high

Pipe-to-python pattern — remote code execution risk

install.sh · prose · downgraded · curl -fsSL "$api_url" | python

Pattern match high

Pipe to python — executes piped content as Python code

install.sh · prose · downgraded · | python3

Pattern match medium

Dynamic import() — loads module at runtime

lib/mcp.ts · prose · downgraded · import("

Pattern match medium

Uses spawn() — can execute external programs

lib/collections.ts · prose · downgraded · spawn(

Pattern match medium

Bun.spawn — spawns subprocess in Bun runtime

lib/collections.ts · prose · downgraded · Bun.spawn

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

lib/mcp-package-contract.test.ts · prose · downgraded · http://127.0.0.1

Pattern match medium

Instructs covert action — may act without user awareness

scripts/release.sh · prose · downgraded · silently

Pattern match low

Accesses sensitive environment variables

lib/api.ts · prose · downgraded · process.env.X_BEARER_TOKEN

Pattern match low

Base64 encoding/decoding

lib/grok.ts · prose · downgraded · base64-encode

Pattern match low

References webhook/callback URL

lib/stream.ts · prose · downgraded · WebhookUrl

Pattern match low

Bun file read API

lib/x_search.ts · prose · downgraded · Bun.file(

Pattern match low

Python urllib.request — network access

scripts/xai_collections.py · prose · downgraded · urllib.request

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API