apm-integrations
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs users on running local testing and service management commands such as
npm run test:plugins:cianddocker compose. These are standard developer operations for the project's CI/CD and local development environment. - [EXTERNAL_DOWNLOADS]: The documentation mentions installing npm packages (e.g.,
npm install <package>) for the purpose of identifying source file paths for instrumentation, which is a routine part of the development workflow. - [REMOTE_CODE_EXECUTION]: The skill describes the use of Orchestrion, an AST rewriter used for automatic method wrapping and instrumentation. While this involves dynamic code modification, it is the primary intended function of the APM tool and is limited to the local environment and the target application being instrumented.
Audit Metadata