📦

Audit History

cloud-claw-launch-agent - 2 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v2 LatestJul 21, 2026, 02:57 AM No confirmed findings0No capability change
v1 Jul 10, 2026, 12:04 AM 1 confirmed4Baseline

Jul 21, 2026, 02:57 AM

All 19 static findings are false positives. Backticks are Markdown formatting rather than executable shell or Ruby code, and the relative paths are fixed documentation references. No prompt injection, credential exfiltration, or untrusted command construction was found in the reviewed files.

2
Files scanned
139
Lines analyzed
2
Review items
0
False positives ignored
Audited by: claude

Jul 10, 2026, 12:04 AM

Most Ruby backtick detections are false positives caused by Markdown inline code, but the documented deployment command is real. The parent-directory references are confirmed because they direct the agent outside the reviewed skill package. Semantic review found cost-bearing deployment risk that requires explicit confirmation and careful secret handling.

2
Files scanned
139
Lines analyzed
7
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Cost-Bearing Deployment Action
The skill is designed to run a deployment command and notes that launches depend on credits, payments, quotas, and free slots. Without explicit confirmation, it could create resources or consume paid capacity.
The deployment command and payment or quota prerequisites are stated directly in SKILL.md. The risk is contextual because safe use depends on user confirmation.
Capability review items (4)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

High
Path traversal sequence
- `../cloud-claw`
The skill points to a parent-directory sibling repository outside the skill package. That breaks package boundaries and may depend on unreviewed local files.
High
Path traversal sequence
> - `../_shared/cloud-claw-preflight.md`
The skill instructs the agent to read a parent-directory shared file outside this skill. That is real filesystem traversal beyond the reviewed package.
High
Path traversal sequence
> - `../_shared/cloud-claw-api-surface.md`
The skill instructs the agent to read a parent-directory shared file outside this skill. That is real filesystem traversal beyond the reviewed package.
Medium
Ruby/shell backtick execution
- Use `altllm cloud-claw-deploy`.
The line explicitly instructs the agent to use the local altllm cloud-claw-deploy command. It is documented in Markdown, but following it can launch external deployment tooling.
Audited by: codex