SKILLEMALL.ai

BF xint

X Intelligence CLI — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "search x", "find tweets about", "monitor x for", "track followers", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic, (4) user needs real-time monitoring ("watch"), (5) user wants AI-powered analysis ("analyze", "sentiment", "report"). Also supports: bookmarks, likes, following (read/write), trending topics, Grok AI analysis, and cost tracking. Export as JSON, JSONL (pipeable), CSV, or Markdown. Non-goals: Not for posting tweets, not for DMs, not for enterprise features. Requires OAuth for user-context operations (bookmarks, likes, following, diff).

modbender/skill-library-mcp Agent Skills author: modbender MIT 74 files · 5 scripts body ≈ 4 760 tokens Open the sourcegithub.com analyzed 2 d ago

X Intelligence CLI — search, analyze, and engage on X/Twitter from the terminal.

As a process F 41/100 · Will not run — References files that are not bundled: url

IntegrationData and analyticsWriting and documentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
70
Quality 40%
85
Run on models
none yet
Process rating
F
41/100
Will not run
References files that are not bundled: url
Tools and files w 18
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 10

✓ No critical or high findings

Medium and low: 10
  • medium Exfiltration net-redirectable-api-key lib/mcp-package-contract.test.ts:14
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Dangerous commands cmd-pipe-to-shell-known-host README.md:34
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bash
  • medium Dangerous commands cmd-pipe-to-shell-known-host README.md:41
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bash
  • medium Exfiltration net-redirectable-api-key scripts/xai_x_search_scan.py:24
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Dangerous commands cmd-pipe-to-shell SKILL.md:78
    Downloads and executes remote code from an unrecognised host (pipe to shell) (quoted — discussed, not commanded)
    - For Bun: prefer OS package managers over `curl | bash` when possible
    quoted
  • low Secrets in code secret-high-entropy-token package-lock.json:150
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-gphr+v0mv…AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:178
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…Rhr+ySH2…yVQ==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:260
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…QcJ+o1nK…7JE+z4Bz…rAA==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:267
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha5…3rA+Q0n6…cxN+Kl8I…96Q==",
    detector
  • low Secrets in code secret-high-entropy-token package-lock.json:450
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "integrity": "sha512-oGB+Uxlg…BKZ+GTy0…lih/NSHS…cSg==",
    detector

Files scanned: 74. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: url
  • note frontmatter-key unknown frontmatter key "credentials"
  • note frontmatter-key unknown frontmatter key "required_env_vars"
  • note frontmatter-key unknown frontmatter key "requiredEnvVars"
  • note frontmatter-key unknown frontmatter key "primary_credential"
  • note frontmatter-key unknown frontmatter key "primaryCredential"
  • note frontmatter-key unknown frontmatter key "security"

Process rating: all ten parameters 41/100

Will not run. References files that are not bundled: url
  • 0Tools and files. 1 referenced file(s) missing: url
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 5 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 60Result and completion. Output format stated, no completion criterion
  • 70Execution cost. Instruction body is 4760 tokens
  • 85Steps. 102 steps, 3 vague phrases
  • 100Consistency. Name and required fields are in place
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low The response is described with custom markup (10 tags): a typed call is more reliable

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +3Description length 998: 120–800 characters recommended
  • -36 of 8 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 14 example trigger phrases
  • +4Description says when NOT to use the skill
  • +4Structure: 39 headings
  • +3Step-by-step instructions: 102 items
  • +3Output format is stated explicitly
  • +4Has examples (32 code blocks)
  • +4Reference files are cited in the instructions (1 of 2)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 85.