Back to skill

Security audit

Openclaw Readonly Consumer

Security checks for vulnerabilities and agentic risk

Overview

This markdown-only skill gives read-only Campus Copilot/MCP usage guidance and does not show hidden execution, persistence, credential handling, or destructive behavior.

Install only if you are comfortable running the referenced Campus Copilot local commands in a repo that contains those packages. Keep the snapshot path pointed at data you intend to share with the local runtime, and review any referenced repo-local docs before adapting MCP configuration.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Skill Enumeration

Medium
Category
Agent Snooping
Content
- `examples/openclaw-readonly.md`
- `examples/README.md`
- `skills/read-only-workspace-analysis/SKILL.md`
- `skills/site-mcp-consumer/SKILL.md`
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Skill Enumeration

Medium
Category
Agent Snooping
Content
- `examples/openclaw-readonly.md`
- `examples/README.md`
- `skills/read-only-workspace-analysis/SKILL.md`
- `skills/site-mcp-consumer/SKILL.md`
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Static analysis

No suspicious patterns detected.