json-no-code-connector
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes instructions to use
curlfor fetching API data andpython3 -m json.toolfor formatting the output. This is a standard developer workflow for inspecting JSON structures and does not execute the remote content as a script. - [DATA_EXFILTRATION]: The skill is designed to facilitate the transfer of data from external REST APIs into Domo. It correctly utilizes placeholders for sensitive credentials, such as
{devToken}andyour-api-key-here, adhering to security best practices by avoiding hardcoded secrets. - [REMOTE_CODE_EXECUTION]: The automated scan flagged a potential remote code execution via a pipe to
python3. However, technical analysis confirms this usage is specifically restricted to the safejson.toolstandard library module for pretty-printing data, posing no threat of arbitrary code execution.
Audit Metadata