wildix-chats-overview

Warn

Audited by Socket on May 13, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
SKILL.md

SUSPICIOUS: The core purpose, credentials, and data flow to official x-bees endpoints are broadly consistent with a chat-overview skill, so this is not clearly malicious. The main concern is transitive installation of peer skills from an unverified `Wildix/agent-skills` repo via `npx skills add`, which adds medium supply-chain and trust risk.

Confidence: 84%Severity: 56%
AnomalyLOW
scripts/get-chats-overview.sh

This module primarily performs authenticated retrieval of chat/channel data from expected external APIs and formats it into JSON for downstream use. No clear indicators of intentional malware are present in the fragment. However, it embeds a hardcoded API key and handles sensitive authorization material by writing tokens/payloads to cleartext temporary files and passing a token via command-line arguments, both of which increase supply-chain and operational security risk. Treat this as a data-access utility with meaningful secret/privacy hygiene issues rather than a malicious payload.

Confidence: 69%Severity: 56%
AnomalyLOW
peers.yaml

No direct malicious behavior is evidenced in this snippet because it contains only configuration and install directives. The primary concern is elevated supply-chain and audit risk: it dynamically installs a remote package via `npx` with silent/auto-confirm flags and without visible version pinning/integrity verification, then relies on local `SKILL.md` to define sensitive authentication and data-fetching behavior. To assess malware/exfiltration risk, the contents of the referenced `SKILL.md` files and the installed `Wildix/agent-skills` code (including any install/postinstall scripts) must be reviewed.

Confidence: 55%Severity: 62%
Audit Metadata
Analyzed At
May 13, 2026, 04:37 PM
Package URL
pkg:socket/skills-sh/Wildix%2Fagent-skills%2Fwildix-chats-overview%2F@260066b20d50dd85f30b86afe4a051ffe20f105a
Security Audit — socket — wildix-chats-overview