example-counter
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions to download and execute an installation script for the Compact compiler using
curl | sh. This is a standard setup procedure documented by the official Midnight Network project. The source URL (github.com/midnightntwrk) originates from the official repository for the technology being utilized. - [COMMAND_EXECUTION]: The Docker Compose configuration includes a service healthcheck that utilizes the
/dev/tcpshell pattern to verify if a port is listening. While similar patterns can be associated with reverse shells, in this context, it is a benign networking check for service readiness within a containerized environment. - [COMMAND_EXECUTION]: The skill generates and executes commands such as
yarn,tsx, anddocker compose. These are standard tools for JavaScript development and container orchestration, and their usage here is strictly aligned with the skill's primary purpose of bootstrapping a decentralized application. - [EXTERNAL_DOWNLOADS]: The skill defines numerous dependencies within the
@midnight-ntwrknamespace on NPM and specifies Docker images from official repositories. These are verified resources for the Midnight Network development stack.
Audit Metadata