Firm Runtime Audit Pack
Analysis
This looks like a benign, instruction-only runtime audit skill, with the main cautions being its external OpenClaw extension dependency and possible access to sensitive configuration files.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
requires: - mcp-openclaw-extensions >= 3.0.0
The skill depends on an external MCP extension that is not bundled or installed by the provided artifacts; this is purpose-aligned, but users should verify the dependency source and version.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`openclaw_secrets_workflow_check` | Audit secrets handling in workflows | CRITICAL
The skill explicitly includes a secrets-handling audit, which is appropriate for its purpose but may require reading sensitive runtime or workflow configuration.
