Apm Monitor

v2.0.0

APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring.

0· 284·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (APM CLI) align with the included scripts (apm-monitor / pinpoint helper). The included scripts implement help, simple data operations, and local logging — consistent with a minimal monitoring/analysis toolkit. Minor mismatch: SKILL.md and scripts use the name 'Pinpoint' and reference both 'pinpoint-apm' and 'apm-monitor' upstream projects, which is likely a naming/copying inconsistency but not a functional concern.
Instruction Scope
SKILL.md instructs running local commands (apm-monitor help/run/etc.). The scripts only read/write files under APM_MONITOR_DIR (default ~/.local/share/apm-monitor) and do not access other system paths, environment variables (except the one for data dir), or remote endpoints. No instructions ask the agent to collect or transmit data externally.
Install Mechanism
No install spec — instruction-only skill with small shell scripts included. Nothing is downloaded or installed from external URLs at runtime, so install risk is low.
Credentials
The skill requests no environment variables or credentials. It optionally uses APM_MONITOR_DIR to locate its data directory (declared in SKILL.md). No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or attempt to modify other skills or global agent settings. It will create and write files only within its own data directory.
Assessment
This skill appears to be a lightweight, local APM/monitoring CLI stub that logs data under ~/.local/share/apm-monitor (or APM_MONITOR_DIR if set). It does not ask for credentials or perform network calls. Before installing: (1) confirm you are comfortable with the skill creating files in your home directory (history.log, data.log), (2) review the included shell scripts if you want to be certain they match your security requirements (they are short and readable), and (3) note the naming inconsistencies (Pinpoint vs apm-monitor) and unimplemented parts (e.g., TODO in run) — this suggests the project may be incomplete. If you need a production-grade APM, prefer the official upstream project rather than this minimal toolkit.

Like a lobster shell, security has layers — review code before you run it.

latestvk971f3hdbfsqe47eahkwemqdsn83337s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments