agentaudit-skill

Fail

Audited by Socket on Mar 7, 2026

3 alerts found:

Obfuscated Filex3
Obfuscated FileHIGH
SKILL.md

Overall, the skill presents a coherent purpose as a security gate for package installations, with explicit restriction against direct installs. However, there are notable security concerns around external API interactions, credential handling, and potential command-pipeline exposure within gate workflows. The data flow involves sending package data and findings to an external audit service, which is acceptable if properly authenticated and encrypted, but increases surface area for data exfiltration and credential exposure. The presence of multiple credential locations and the potential for forwarding keys to external components elevates risk. Treat as SUSPICIOUS/REQUIRING MORE REVIEW rather than BENIGN, and recommend tightening credential handling, validating inputs strictly, and ensuring all external communications are securely authenticated and minimized.

Confidence: 98%
Obfuscated FileHIGH
mcp-server/cli.mjs

Overall, the fragment is a security auditing tool that ingests repository contents, analyzes them for injection risks, and optionally conducts deep LLM-based audits. It legitimately reads code, communicates with external services (registry, GitHub, npm, PyPI, LLM APIs), and can upload reports to a registry when credentials exist. While the tool itself is not inherently malicious, there are privacy/data-leak considerations: it transmits repository content to LLM providers and can export entire payloads to markdown for external review, which may expose sensitive code. The presence of environment-based API keys and registry uploads introduces data-exfiltration risk if misused or compromised, and the automatic use of LLMs with full source blocks could unintentionally leak proprietary code. No evidence of backdoors or covert spying functionality is observed. The security risk is moderate due to potential data leakage and external dependencies, with a malware likelihood being very low in normal usage.

Confidence: 90%
Obfuscated FileHIGH
scripts/check.mjs

The code is a legitimate CLI wrapper around an external auditing API. It reads an API key from environment or local credentials, performs authenticated or unauthenticated requests to an external service, and prints audit results. There is no clear evidence of malicious behavior (no code execution, no hardcoded secrets beyond standard API keys, no data tampering). The primary security considerations are: (1) privacy/data sharing with the external AGENTAUDIT API, (2) handling of credentials from multiple locations, and (3) incomplete snippet ending which may hide additional logic. Overall, low to moderate risk with respect to malware, but moderate risk for data leakage/privacy depending on data policies.

Confidence: 98%
Audit Metadata
Analyzed At
Mar 7, 2026, 07:00 AM
Package URL
pkg:socket/skills-sh/starbuck100%2Fecap-security-auditor%2Fagentaudit-skill%2F@5888ee1d54b80ba2843ed336b5b142e67ea67ff1
Security Audit — socket — agentaudit-skill