Code Pluginsource linked
TrustLoop Pluginv0.1.1
openclaw-trustloop
Community code plugin. Review compatibility and verification before install.openclaw plugins install clawhub:openclaw-trustloopLatest release: v0.1.1Download zip
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- skill-manage-managed
Compatibility
- Built With Open Claw Version
- 2026.2.6-3
- Min Gateway Version
- 2026.2.6-3
- Plugin Api Range
- >=2026.2.6-3
- Plugin Sdk Version
- 2026.2.6-3
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The code and SKILL.md implement a workspace-local managed-skill lifecycle (create/merge/review/publish/rollback) and the plugin registers a single tool 'skill_manage_managed' that implements that surface. The files, templates, and policies align with the described purpose of a TrustLoop-managed skill evolver.
Instruction Scope
Runtime instructions and the tool implementation restrict operations to the current workspace (./skills/, ./.skill-evolver/) and explicitly forbid modifying skills outside learned-* or touching sensitive paths. The SKILL.md and reference docs repeatedly instruct workspace-local behavior; the code appears to use filesystem APIs only (no network or shell calls visible).
Install Mechanism
There is no external download/install spec; the package includes only Node source and one dependency (@sinclair/typebox). No URLs, archive extraction, or third‑party install steps are present in the manifest, which lowers install-time risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code takes a workspace_root parameter and performs file operations there; no credential exfiltration or unrelated secret access is requested by the package.
Persistence & Privilege
The bundled managed skill's SKILL.md frontmatter declares openclaw.always: true (the skill-evolver says 'This skill is always on'), which grants forced inclusion in every agent run. Combined with a native tool that can write/publish/rollback skills in the workspace and the platform-default ability for the model to invoke skills autonomously, this raises the blast radius if misconfigured or if path validation is incomplete. The registry metadata at the top-level shows always: false for the plugin, creating a mismatch between package metadata and the internal skill frontmatter that should be reconciled. Review the code paths that resolve and validate workspace_root and file paths before trusting the always-on behavior.
scan_findings_in_context
Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- 734b18fb0600
- Tag
- main
- Provenance
- No
- Scan status
- pending
Tags
- automation
- 0.1.1
- latest
- 0.1.1
- openclaw
- 0.1.1
- plugin
- 0.1.1
- safety
- 0.1.1
