📦

Audit-Verlauf

ai-video-generation - 4 Audits

Versionsvergleich

Änderungen an Fähigkeiten und Befunden über geprüfte Versionen hinweg, neueste zuerst.

VersionDatumErgebnisPrüfelementeÄnderung ggü. vorheriger
v4 Neueste5. Juli 2026, 17:44 1 bestätigt0Keine Änderung der Fähigkeiten
v3 5. Juli 2026, 17:44 1 bestätigt0Keine Änderung der Fähigkeiten
v2 30. Juni 2026, 04:14 Keine bestätigten Befunde2Externe BefehleNetzwerkzugriff
v1 11. Mai 2026, 09:22 Keine bestätigten Befunde0Ausgangsbasis

5. Juli 2026, 17:44

The static Ruby backtick and hardcoded URL findings are false positives caused by Markdown code spans, fenced command examples, model IDs, and documentation links. No prompt injection or hidden malicious behavior was found in SKILL.md. The remaining concern is expected external processing of prompts and media URLs through the inference.sh belt CLI.

1
Gescannte Dateien
240
Analysierte Zeilen
3
Prüfelemente
0
Falschmeldungen ignoriert

Bestätigte Sicherheitsbedenken (1)

Niedrig
External Media Processing Disclosure Needed
The skill is designed to run the belt CLI against inference.sh video apps. Example workflows accept image, audio, and video URLs, so users may send personal media to external providers.
The allowed belt CLI use and documented image, audio, and video URL examples show intended external processing. The risk is disclosed by context but should be explicit for private media.
Geprüft von: codex

5. Juli 2026, 17:44

The static Ruby backtick and hardcoded URL findings are false positives caused by Markdown code spans, fenced command examples, model IDs, and documentation links. No prompt injection or hidden malicious behavior was found in SKILL.md. The remaining concern is expected external processing of prompts and media URLs through the inference.sh belt CLI.

1
Gescannte Dateien
240
Analysierte Zeilen
3
Prüfelemente
0
Falschmeldungen ignoriert

Bestätigte Sicherheitsbedenken (1)

Niedrig
External Media Processing Disclosure Needed
The skill is designed to run the belt CLI against inference.sh video apps. Example workflows accept image, audio, and video URLs, so users may send personal media to external providers.
The allowed belt CLI use and documented image, audio, and video URL examples show intended external processing. The risk is disclosed by context but should be explicit for private media.
Geprüft von: codex

30. Juni 2026, 04:14

The static backtick and weak-crypto findings are mostly false positives caused by Markdown code fences, inline model identifiers, and the word Description. The real risk is that the skill authorizes Bash(belt *) and instructs agents to submit prompts and user media URLs to external inference.sh model services, which is legitimate for the skill but requires user awareness.

1
Gescannte Dateien
240
Analysierte Zeilen
4
Prüfelemente
3
Falschmeldungen ignoriert
Elemente der Fähigkeitsprüfung (2)

Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.

Mittel
External CLI Execution Through belt
The skill explicitly grants Bash access for belt commands and provides many belt app run examples. This is expected for an inference.sh CLI skill, but it allows external command execution and should be limited to user-approved video generation tasks.
The allowed-tools declaration and repeated belt commands are direct evidence of CLI execution. The commands are scoped to belt and appear aligned with the skill purpose, so malicious intent is not confirmed.
Mittel
User Media URLs Sent To External Services
The examples submit image_url, audio_url, video_url, and prompt values to hosted model apps. This is necessary for video generation, but it can expose private media URLs, voices, likenesses, and prompts to external services.
The Markdown examples clearly show external URL fields passed to belt app run inputs. The use is legitimate but creates a real privacy and data-sharing risk.
Statische falsch positive Treffer ignoriert (3)

Diese statischen Treffer wurden durch semantische Prüfung verworfen oder entsprachen reinen Schema-Tokens; daher werden sie aus Transparenzgründen angezeigt, beeinflussen jedoch nicht die Qualitätsbewertung.

Niedrig
Markdown Backtick Findings Are Mostly False Positives
The static analyzer reported Ruby or shell backtick execution across model tables and Markdown code fences. The reviewed file is documentation, and the backticks mark command examples or model identifiers rather than Ruby execution syntax.
The cited lines are Markdown tables and fenced bash examples, not Ruby source. No evidence found of Ruby backtick execution in SKILL.md.
Niedrig
Weak Cryptography Findings Are False Positives
The high-risk weak cryptographic algorithm detections correspond to descriptive frontmatter text and a table header. No cryptographic function, cipher selection, hashing code, or credential handling is present at the cited lines.
Line 3 is a natural-language description and line 72 is a Markdown table header containing Description. No evidence found of weak cryptographic algorithm usage.
Niedrig
Hardcoded URLs Are Documentation And Service References
The hardcoded URL findings point to inference.sh documentation, a preview image, and placeholder media URLs. They do not show secret exfiltration endpoints, but they document network dependencies that users should understand.
The cited URLs are visible documentation links or example placeholders. The pattern is not malicious, but it confirms external network use.

Erkannte Muster

Bash Allowlist For External CLIExternal URL Inputs In Generation Commands
Geprüft von: codex

11. Mai 2026, 09:22

The skill is a legitimate AI video generation tool using the inference.sh CLI (belt). Static findings flagged 59 external_command locations and 19 network locations, but evaluation confirms all are FALSE POSITIVES. The backtick syntax in SKILL.md markdown code blocks is documentation only (not executable Ruby), and hardcoded URLs reference legitimate service documentation and user-provided media URLs. No command injection vectors exist. The skill only invokes the belt CLI with hardcoded app IDs and JSON parameters, no user input is interpolated into shell commands.

1
Gescannte Dateien
240
Analysierte Zeilen
0
Prüfelemente
0
Falschmeldungen ignoriert
Für dieses abgeschlossene Audit wurden keine bestätigten Sicherheitsbefunde erfasst.
Geprüft von: claude