ClawAudit verdict

memory-manager

pupper0601-memory-manager

45
🟠 Risky
Significant concerns — only install if you understand the risks

Reads local files AND makes external network calls

Skill's own security_note warns it reads all users' profile.md files for multi-user identification and modifies shell RC files, and Method 3 installation uses curl|bash from GitHub; the broad file access scope across all users' private data represents a genuine concern beyond standard memory management.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
60
transparency
90
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination high

Enumerates directory contents AND makes external network calls — filesystem reconnaissance

LLM02 · LLM06 · ASI03

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (12)

Pattern match critical

Pipe to bash — executes piped content as shell commands

SKILL.md · frontmatter · |bash

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -fsSL https://raw.githubusercontent.com/Pupper0601/memory-manager/main/inst

Pattern match high

Pipe to python — executes piped content as Python code

README.md · prose · downgraded · | Python

Pattern match high

Accesses shell history/config

README.md · code · ~/.zshrc

Pattern match high

Accesses sensitive system files

tests/memory_embed_test.py · prose · downgraded · /etc/passwd

Pattern match medium

Python os.environ.get — reads environment variable

SKILL.md · code · os.environ.get(

Pattern match medium

References sudo — requests elevated privileges

README.md · prose · downgraded · sudo

Pattern match medium

yum install — installs system packages

README.md · prose · downgraded · yum install

Pattern match medium

subprocess execution — runs system commands from Python

scripts/memory_init.py · prose · downgraded · subprocess.run(

Pattern match medium

os.system/popen — direct OS command execution

tests/run_all_tests.py · prose · downgraded · os.system(

Pattern match low

Python directory traversal

SKILL.md · code · os.listdir(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/memory_compress.py · prose · downgraded · shutil.rmtree(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D/E/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 2 system binaries. (1 elevated: git).

network_outpackage_installfile_readcredential_accessdir_traversal
Check another skill Browse the registry Auditing your own skills or configs? Use the API