ClawAudit verdict
agentpulse
agentpulse-monitor
The one-liner install pattern `curl -fsSL https://agentpulse.io/install.sh | bash` executes remotely fetched code directly on the host; while common for monitoring tools, it constitutes downloading and running unvetted scripts from the internet.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
network_out
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://agentpulse.io/install.sh | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
subprocess execution — runs system commands from Python
src/agent_client.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
src/agent_client.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
src/agent_client.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_incredential_access Is this flag fair?
Thanks — recorded.