agenthub

Warn

Audited by Socket on Apr 12, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
SKILL.md

SUSPICIOUS: the core behavior matches a multi-agent orchestration skill, but it carries medium-high risk because it amplifies autonomous code changes, executes eval commands, and can merge results after processing untrusted content. Install trust is better than a raw downloader, yet the public registry model weakens provenance assurance.

Confidence: 84%Severity: 68%
AnomalyLOW
scripts/result_ranker.py

The code primarily acts as a coordinator that discovers branches and worktrees and then executes a user-supplied evaluation command in a shell inside a worktree. The biggest risk is the shell execution of eval_cmd derived from inputs (config/env/args). While the script itself is not inherently malicious, it provides a high-risk sink that could be abused to run arbitrary commands, leading to potential data exposure or system compromise if inputs are untrusted. Recommendations: validate inputs strictly, avoid shell=True for untrusted data, sandbox or constrain eval_cmd, implement robust error handling, add auditing/logging, and consider parameterizing commands to minimize shell invocation surface.

Confidence: 59%Severity: 60%
Audit Metadata
Analyzed At
Apr 12, 2026, 08:18 AM
Package URL
pkg:socket/skills-sh/neekware%2Fehayeskills%2Fagenthub%2F@3785bc60d02e2afe86625fe0751796d43a276a9c
Security Audit — socket — agenthub