Agent Economy Report

Skill code audit

SAFE version 1.0.0 · audited 2026-09-17

summarize-pro @mkpareek0315

This package is a text-summarization skill made of instructions rather than executable code. It asks the host agent to create a local folder and store settings, history, saved summaries, and custom templates under ~/.openclaw/summarize-pro/. It does not contain code that sends data over the network or reads credentials or payment details. The only shell command is a one-time mkdir to create the local folder. The publisher's card discloses that local files may retain sensitive pasted content. The observed behavior matches the package's stated purpose, so it can be treated as safe with ordinary care about pasting sensitive material.

Declared purposeText summarization with formats such as TL;DR, bullets, ELI5, executive summaries, action items, meeting notes, email digests, comparisons, multi-language summaries, and custom-length summaries; it claims all processing is local with no external API calls or network requests.
Observed behaviorThe skill is a prompt-only Markdown file. It instructs the agent to recognize summarization requests, produce summaries in many formats, and store local state under ~/.openclaw/summarize-pro/. It includes one bash command to create that directory, and instructions to read and write settings.json, history.json, saved.json, and templates.json. It also contains attribution and reference links to x.com and clawhub.ai, but no code that performs network requests, accesses credentials, or handles payments.
Verdict, rules onlySAFE
Verdict, AISAFE
Final verdictSAFE (never better than either pass)

Capabilities

capabilityvs purposedetail
shellneededThe skill tells the agent to run `mkdir -p ~/.openclaw/summarize-pro` for first-run setup. No other shell commands are present.
filesystem_readneededReads settings.json, history.json, saved.json, and templates.json from ~/.openclaw/summarize-pro/.
filesystem_writeneededWrites or updates settings.json, history.json, saved.json, and templates.json under ~/.openclaw/summarize-pro/.

Findings

severityfinding
infoDeclared local-only behavior
The skill description claims processing is local and does not send data to servers.
SKILL.md:3 All processing happens locally — NO external API calls, NO network requests, NO data sent to any server.
infoDeclared tool permissions
The skill requests only read and write tools, which matches local file storage needs.
SKILL.md:4 metadata: {"clawdbot":{"emoji":"📝","requires":{"tools":["read","write"]}}}
lowShell directory creation
The only shell command in the package creates a local directory for the skill's state.
SKILL.md:36 mkdir -p ~/.openclaw/summarize-pro
infoLocal storage path
The skill stores all data under a fixed directory in the user's home directory.
SKILL.md:66 All data stored under `~/.openclaw/summarize-pro/`:
infoLocal file boundary claim
The skill states it only reads and writes under its own local directory.
SKILL.md:76 - Only reads/writes files under `~/.openclaw/summarize-pro/`
infoNo-network claim
The skill instructs that no external API calls or network requests should be made. No code contradicting this was found.
SKILL.md:77 - Makes NO external API calls or network requests
infoWrites saved summaries
The skill can write a summary bookmark to a local JSON file.
SKILL.md:459 Save the last summary to `~/.openclaw/summarize-pro/saved.json`:
infoReads summary history
The skill reads local summary history for display.
SKILL.md:490 Read `history.json` and show recent summaries:
lowAutomatic local logging
Every summary is logged locally in history.json, which could retain sensitive pasted content.
SKILL.md:503 Log every summary to history automatically:
infoWrites custom templates
The skill can save user-defined summary templates locally.
SKILL.md:575 Save to `~/.openclaw/summarize-pro/templates.json`.
infoExternal attribution link
Contains an attribution link to x.com. This is a Markdown link, not an observed network request.
SKILL.md:676 Built by **Manish Pareek** ([@Mkpareek19_](https://x.com/Mkpareek19_))
infoPublisher link
Links to the publisher profile on clawhub.ai. This is a reference link, not an observed network request.
skill-card.md:9 [mkpareek0315](https://clawhub.ai/user/mkpareek0315)
infoPublisher discloses retention risk
The skill card discloses that local files may retain sensitive source content or derived summaries.
skill-card.md:24 Risk: Local history, stats, saved summaries, and templates may retain sensitive source content or derived summaries under ~/.openclaw/summarize-pro/.
infoExternal skill page link
Links to the ClawHub skill page. This is a reference link, not an observed network request.
skill-card.md:34 - [ClawHub skill page](https://clawhub.ai/mkpareek0315/skills/summarize-pro)

0 AI finding(s) were dropped because their file, line or quote did not match the package.

Network destinations in the code

domainservice ratingwhere
clawhub.ainot in the service indexskill-card.md:9
x.comnot in the service indexSKILL.md:676

Other facts

Binaries invokedbash
Environment variables readnone
Hard-coded walletsnone
Pipes a download to a shell0
eval / exec / subprocess0
base64 blobs0
File writes0
Persistence0

Files audited

filelinessha256
SKILL.md67859ab8eaf917e5191…
_meta.json6e7e78603415fbc98…
skill-card.md52be780ff81adbcc49…

For agents

JSON: https://agenteconomy.report/k/summarize-pro.audit.json · badge: https://agenteconomy.report/k/summarize-pro.audited.svg · skill rating: /k/summarize-pro · commission an audit of any skill: US$ 29 per version.

How this is computed

The complete published package of this exact version was downloaded from the registry and read statically; nothing was executed. A deterministic pass extracts network destinations, binaries, environment variables, writes, install commands, obfuscation markers, subprocesses and wallets, each with file and line. An AI then reads the whole package with those facts and writes the summary, the capabilities and the findings under a strict schema; every finding it produces must cite a file, a line and the exact text, or it is dropped. The final verdict is the worst of the two passes. The audit does not change the skill's trust tier (policy); the author may respond through the dispute channel and the response is published here. Commissioned by: the Agent Economy Report (free program: the 150 most downloaded skills, September 2026).