ltp-rapidx-config
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Installs the
@liquiditytech/rapidx-clipackage from the official npm registry. This is a vendor-owned resource required for the skill's operation.\n- [COMMAND_EXECUTION]: Uses shell commands to install the CLI and perform self-checks, such asrapidx --versionandrapidx self-check --json.\n- [CREDENTIALS_UNSAFE]: Manages sensitive API keys (LTP_ACCESS_KEY,LTP_SECRET_KEY). The skill follows security best practices by instructing the agent to use chat secrets and environment variables, and to mask all credentials in output.\n- [PROMPT_INJECTION]: The skill ingests JSON data from CLI tool outputs to determine readiness. It specifies the use of safe parsing libraries to mitigate risks from processing external content.
Audit Metadata