synapse
Fail
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSSAFE
Full Analysis
- [COMMAND_EXECUTION]: The example script
examples/typescript/src/document-pipeline.tsimplements a document processing pipeline that reads local files based on apathproperty provided directly in mesh events (event.data.path). This script lacks path sanitization or validation, which could allow an attacker on the mesh to perform unauthorized local file reads or path traversal attacks. - [REMOTE_CODE_EXECUTION]: Documentation examples in
examples/cross-org/README.mdand other guides demonstrate the use of pipingcurloutput from a local NATS monitoring port into apython3interpreter (specificallypython3 -m json.tool). While used locally for JSON formatting, this pattern is flagged for interpretation risk as it involves piping potentially unvalidated data into a code interpreter. - [EXTERNAL_DOWNLOADS]: The skill instructions facilitate the download and installation of several external dependencies and SDKs from public registries like npm and PyPI. All referenced libraries, including those for NATS, Anthropic, and OpenAI, originate from established and trusted organizations.
- [SAFE]: Various setup scripts and credential examples, such as
examples/cross-org/setup.sh, contain hardcoded dummy JWTs and NKey seeds. These are explicitly documented as placeholder values for demonstration purposes and do not represent a real-world credential exposure.
Recommendations
- HIGH: Downloads and executes remote code from: http://localhost:8222/leafz - DO NOT USE without thorough review
Audit Metadata