implement-command

Pass

Audited by Gen Agent Trust Hub on Jul 27, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill references command specification JSON files hosted on the official Redis GitHub repository (github.com/redis/redis). These are used as reference data for command implementation and are fetched from a trusted vendor source.
  • [COMMAND_EXECUTION]: The skill instructs the user to run standard npm scripts for building, linting, and testing (npm run build, npm run lint, npm run test-single). It also suggests a shell command for cleaning the environment (find packages -type d -name "dist" -exec rm -rf {} +). These are common development lifecycle operations for this repository.
  • [CREDENTIALS_UNSAFE]: The skill asks the user to provide connection details for a live Redis instance for behavior verification. However, it explicitly includes a security warning instructing the user to never commit probe scripts that contain these credentials to the repository.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 27, 2026, 06:03 PM
Security Audit — agent-trust-hub — implement-command