📦

Audit History

senior-prompt-engineer - 6 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v6 LatestJul 6, 2026, 02:58 AM No confirmed findings0No capability change
v5 Jul 6, 2026, 02:58 AM No confirmed findings0 Contains scripts
v4 Jun 28, 2026, 08:47 AM No confirmed findings1External commands
v3 Jan 16, 2026, 05:02 PM No confirmed findings0No capability change
v2 Jan 16, 2026, 05:02 PM No confirmed findings0No capability change
v1 Jan 15, 2026, 11:36 AM No confirmed findings0Baseline

Jul 6, 2026, 02:58 AM

The static findings were reviewed in context and are false positives. The shell-related hits are Markdown code fences or inline documentation references, not executable backtick calls. The reconnaissance hits are prompt-engineering guidance and resource-awareness wording, not system or network enumeration.

8
Files scanned
1,162
Lines analyzed
1
Review items
0
False positives ignored
Audited by: codex

Jul 6, 2026, 02:58 AM

The static findings were reviewed in context and are false positives. The shell-related hits are Markdown code fences or inline documentation references, not executable backtick calls. The reconnaissance hits are prompt-engineering guidance and resource-awareness wording, not system or network enumeration.

8
Files scanned
1,162
Lines analyzed
1
Review items
0
False positives ignored
Audited by: codex

Jun 28, 2026, 08:47 AM

AI review dismissed the weak-cryptography and reconnaissance matches as false positives caused by documentation terms, argparse descriptions, and prior evaluation text. The skill includes Python CLI stubs and markdown command examples, but I found no automatic command execution, network access, credential access, cryptographic implementation, exfiltration, or prompt-injection language. Final risk is low because users should still review documented shell commands before manual use.

8
Files scanned
1,162
Lines analyzed
3
Review items
1
False positives ignored
Capability review items (1)

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

Low
Documented Shell Commands Require Manual Review
SKILL.md contains fenced markdown command examples for Python, Docker, kubectl, Helm, and related tools. They are documentation examples and are not executed by the skill, but users should review commands before running them manually.
The command text is clearly inside markdown code fences, so automatic execution risk is low. Manual command misuse remains a minor operational risk.
Static false positives ignored (1)

These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.

Low
Static Weak-Crypto And Reconnaissance Matches Dismissed
The flagged locations are prose or harmless parser descriptions, not cryptographic code or reconnaissance behavior. Examples include design text, resource awareness language, and argparse descriptions. No network scanning, weak crypto implementation, or exfiltration behavior was found.
The reviewed locations contain markdown prose, argparse setup, or previous audit text. I found no crypto APIs, scanning logic, network calls, or data exfiltration patterns.
Audited by: codex

Jan 16, 2026, 05:02 PM

All 108 static findings are FALSE POSITIVES caused by scanner misinterpretation. The scanner flagged the word 'algorithm' in documentation as cryptographic code (no crypto exists), markdown code blocks as shell execution (documentation only), and standard software terms as reconnaissance (legitimate engineering content). The skill contains benign documentation and Python CLI tools using standard libraries with no network operations, cryptographic functions, or dangerous patterns.

9
Files scanned
1,430
Lines analyzed
1
Review items
0
False positives ignored
Audited by: claude

Jan 16, 2026, 05:02 PM

All 108 static findings are FALSE POSITIVES caused by scanner misinterpretation. The scanner flagged the word 'algorithm' in documentation as cryptographic code (no crypto exists), markdown code blocks as shell execution (documentation only), and standard software terms as reconnaissance (legitimate engineering content). The skill contains benign documentation and Python CLI tools using standard libraries with no network operations, cryptographic functions, or dangerous patterns.

9
Files scanned
1,430
Lines analyzed
1
Review items
0
False positives ignored
Audited by: claude

Jan 15, 2026, 11:36 AM

All 43 static findings are FALSE POSITIVEs. The 'weak cryptographic algorithm' pattern detected the word 'algorithm' in documentation describing 'Efficient algorithms' for data processing. The 'external_commands' pattern detected markdown backticks for code formatting (```bash blocks). No actual cryptographic code, shell execution, or network reconnaissance exists in this skill. Scripts are simple CLI tools with argparse for argument parsing only.

7
Files scanned
773
Lines analyzed
1
Review items
0
False positives ignored
Audited by: claude