testany-case-writing

Fail

Audited by Socket on Mar 9, 2026

3 alerts found:

Obfuscated Filex3
Obfuscated FileHIGH
references/executors/maven.md

The code is a legitimate test template but contains high-risk patterns for secret exposure: credentials are read from environment and sent in plaintext JSON to an environment-controlled API host, and the relayOutput helper is a generic exfiltration primitive that will POST any supplied data to an environment-controlled URL. There are no obfuscation or clear backdoors in the provided snippet, but in untrusted CI or shared execution environments these patterns can lead to accidental or malicious data exfiltration. Mitigations: restrict and validate relay destinations, avoid real secrets in test runners, and implement explicit safeguards and redaction before relaying any sensitive data.

Confidence: 98%
Obfuscated FileHIGH
references/executors/postman.md

The code contains a straightforward data-exfiltration pattern: a Tests script extracts a token from the login response and posts it to a relay endpoint taken from an environment variable. The behavior appears intentional for relay/CI use but poses a moderate supply-chain risk if the relay variable is misconfigured or attacker-controlled. No other malicious behaviors (reverse shell, obfuscation, persistence) are present. Recommended actions: treat TESTANY_OUTPUT_RELAY_SERVICE as sensitive, restrict/validate relay endpoints, require explicit configuration (not a permissive default), and add documentation/warnings before forwarding tokens.

Confidence: 98%
Obfuscated FileHIGH
SKILL.md

The skill concept is coherently aligned with its stated purpose: decomposing traditional test scenarios into reusable platform cases and producing the necessary assets for downstream pipelines. There are no explicit risky patterns (no downloads, no credential handling, no external data exfiltration) in the provided fragment. The design emphasizes explicit handoffs and pipeline orchestration rather than autonomous or risky actions, making it benign with respect to security posture given the current scope.

Confidence: 98%
Audit Metadata
Analyzed At
Mar 9, 2026, 09:01 AM
Package URL
pkg:socket/skills-sh/testany-io%2Ftestany-agent-skills%2Ftestany-case-writing%2F@5ca8a68a611b6851bd0c03fde773fbc880a4a73c