delimiter_injection
Conversation delimiter injection (breakout)
Line 430Snippets
bun run xint.ts watchlist add <user> [note] # Add accountbun run xint.ts watchlist remove <user> # Remove accountbun run xint.ts watchlist add <user> [note] # Add accountbun run xint.ts watchlist remove <user> # Remove accountprivilege_escalation
Privilege escalation attempt
Privilege escalation attempt
Line 63Snippets
- OAuth tokens stored with restrictive permissions (chmod 600)│ ├── oauth-tokens.json (OAuth tokens — chmod 600)- OAuth tokens stored with `chmod 600` chmod +x "$launcher"- File permissions: chmod 600 (owner only)install_script
Third-party install script executed on the fly
Third-party install script executed on the fly
Line 78Snippets
- For Bun: prefer OS package managers over `curl | bash` when possiblecurl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/0xNyk/xint/main/install.sh | bashfs_write
Filesystem write access
Filesystem write access
Line 1760Snippets
trap 'rm -rf "$tmpdir"' EXITimport { mkdirSync, writeFileSync, existsSync } from "fs"; writeFileSync(path, JSON.stringify(buildJsonOutput(tweets), null, 2));network_call
Outbound network call
Outbound network call
Line 24Snippets
description: xAI API key for Grok analysis, article fetching, sentiment, x-search, collections- For Bun: prefer OS package managers over `curl | bash` when possible- `--pages N` — pages to fetch, 1-5 (default: 1, 100 tweets/page)Also supports X tweet URLs — automatically extracts the linked article from the tweet and fetches it.- `--pages N` — pages of followers to fetch (default: 5, 1000 per page)Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
>
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1