Perf Analyzer
v2.0.1Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Perf Analyzer concepts, best practices, and implementation patterns.
⭐ 0· 100·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (reference for perf analyzer) aligns with included files: SKILL.md provides reference text and scripts/script.sh emits the same reference text via heredocs. There are no unexpected dependencies or credentials requested.
Instruction Scope
SKILL.md explicitly states the commands return plain-text heredocs with no external API calls or network access. The bundled script implements only local heredoc outputs and basic argument parsing; it does not read files, environment variables, or reach out over the network.
Install Mechanism
No install spec is present and no remote downloads or package installs occur. The only code is a local bash script, so there is nothing written to disk or fetched at install time beyond the skill bundle itself.
Credentials
The skill declares no required env vars, credentials, or config paths and the script does not reference environment variables or secrets. Requested access is proportionate to its purpose.
Persistence & Privilege
always is false and the skill has no mechanism to persistently modify agent/system configuration. It does not request elevated or persistent privileges.
Assessment
This skill appears coherent and low-risk: it only provides local reference text via a small bash script and requests no credentials or network access. Before installing, verify you trust the source (the GitHub repo/homepage) and whether you want the agent to be able to invoke the skill autonomously (autonomous invocation is the platform default). If you plan to execute the bundled script locally, run it without elevated privileges and inspect it yourself (it's readable) — the script contains only static documentation output and a minor cosmetic issue (the help heredoc uses a literal $VERSION), not malicious behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk97csg0yhq7dk7xq1fyfxezp6583h2w9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
