📦

Audit-Verlauf

context-driven-development - 5 Audits

Versionsvergleich

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

VersionDatumErgebnisPrüfelementeÄnderung ggü. vorheriger
v5 Neueste7. Juli 2026, 06:55 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v4 7. Juli 2026, 06:55 Keine bestätigten Befunde0Externe Befehle
v3 30. Juni 2026, 22:28 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v2 10. Feb. 2026, 09:15 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v1 9. Feb. 2026, 09:02 Keine bestätigten Befunde0Ausgangsbasis

7. Juli 2026, 06:55

The six static findings were reviewed against SKILL.md. Each finding is a false positive caused by Markdown inline code, a directory tree fence, or ordinary prose; no malicious intent or prompt injection evidence was found.

1
Gescannte Dateien
386
Analysierte Zeilen
1
Prüfelemente
0
Falschmeldungen ignoriert
Geprüft von: codex

7. Juli 2026, 06:55

The six static findings were reviewed against SKILL.md. Each finding is a false positive caused by Markdown inline code, a directory tree fence, or ordinary prose; no malicious intent or prompt injection evidence was found.

1
Gescannte Dateien
386
Analysierte Zeilen
1
Prüfelemente
0
Falschmeldungen ignoriert
Geprüft von: codex

30. Juni 2026, 22:28

Static analysis flagged command execution, weak cryptography, and reconnaissance patterns, but review found documentation-only content. The slash-command references, Markdown filenames, and checklist text do not execute code, access secrets, or make network requests. No prompt injection attempt or malicious intent was found.

1
Gescannte Dateien
386
Analysierte Zeilen
0
Prüfelemente
3
Falschmeldungen ignoriert
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
False Positive: Slash Command Documentation
The external command findings point to `/conductor:setup` usage guidance and a fenced directory example. The file contains documentation, not executable Ruby, shell interpolation, or scripts.
The flagged lines are plain Markdown instructions and a fenced tree listing. I found no executable command block, dynamic input, or shell invocation.
Niedrig
False Positive: Weak Cryptography Keywords
The weak cryptography findings match Markdown filenames and ordinary prose. No evidence found of MD5, SHA1, hash computation, password storage, or cryptographic API usage.
The reviewed context is project documentation about `.md` artifacts and workflow guidance. There is no cryptographic implementation or insecure algorithm selection.
Niedrig
False Positive: Reconnaissance Language
The system reconnaissance finding points to a heading that introduces context management mistakes. It does not instruct the assistant to enumerate host data, environment variables, or system configuration.
The line is a documentation sentence inside an anti-patterns section. No reconnaissance command, filesystem sweep, or exfiltration path is present.
Für dieses abgeschlossene Audit wurden keine bestätigten Sicherheitsbefunde erfasst.
Geprüft von: codex

10. Feb. 2026, 09:15

Documentation skill describing development methodology. Static scanner false positives: slash commands like /conductor:setup are tool invocation syntax, not code execution. No cryptographic operations, scripts, network requests, or dangerous patterns found in actual content.

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

9. Feb. 2026, 09:02

All static findings are false positives. SKILL.md is a pure documentation file containing no executable code. The scanner misidentified markdown syntax (backticks for inline code) as shell commands and file extensions (.md) as cryptographic algorithms. No security concerns identified.

1
Gescannte Dateien
386
Analysierte Zeilen
0
Prüfelemente
3
Falschmeldungen ignoriert
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.

Mittel
False Positive: Markdown Code Formatting
Scanner flagged 'backtick execution' at lines 178, 193, 233, 252, 256. These are markdown inline code fences (like `/conductor:setup`) used for documentation, not Ruby/shell execution.
Lines contain markdown inline code formatting (backticks) for documentation references, not actual shell commands. This is a documentation-only file.
Mittel
False Positive: Markdown File Extensions as Crypto
Scanner flagged 'weak cryptographic algorithm' at lines 3, 26, 48, 180, 201, 242, 269, 282, 330. The scanner misidentified markdown file references (.md) as MD5 cryptographic algorithm.
Lines contain markdown file references like 'product.md' and 'tech-stack.md'. The scanner incorrectly interpreted '.md' as MD5 cryptographic algorithm. No cryptographic code exists.
Niedrig
False Positive: Documentation Section Misidentified
Scanner flagged 'system reconnaissance' at line 295. This is a section titled 'Common Anti-Patterns' discussing context management practices.
Line contains documentation about avoiding stale context. No reconnaissance behavior or code execution - pure documentation content.
Für dieses abgeschlossene Audit wurden keine bestätigten Sicherheitsbefunde erfasst.
Geprüft von: claude