Audit History
frontend-mobile-development-component-scaffold - 5 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v5 Latest | Jul 23, 2026, 11:00 PM | No confirmed findings | 0 | No capability change |
| v4 | Jul 8, 2026, 10:08 AM | No confirmed findings | 0 | No capability change |
| v3 | Jul 6, 2026, 11:18 PM | No confirmed findings | 0 | External commands |
| v2 | Jun 30, 2026, 04:14 PM | 1 confirmed | 0 | No capability change |
| v1 | Feb 25, 2026, 01:21 AM | No confirmed findings | 0 | Baseline |
Jul 23, 2026, 11:00 PM
All 46 external-command matches are TypeScript template literals or Markdown code fences, with no command runner or shell invocation. The array join is ordinary source generation, and no prompt injection or malicious intent was found.
Risk Factors
⚙️ External commands (46)
Jul 8, 2026, 10:08 AM
Static analysis flagged 46 backtick patterns and one join('') pattern in SKILL.md. They are Markdown fences or TypeScript template literals inside documentation examples, not executable shell usage, and no prompt injection or data-exfiltration intent was found.
Risk Factors
⚙️ External commands (46)
Jul 6, 2026, 11:18 PM
All external command findings are false positives from Markdown code fences and TypeScript template literals. The obfuscation finding is a normal string join used to assemble generated component text. No evidence of prompt injection, data exfiltration, or command execution intent was found.
Risk Factors
⚙️ External commands (46)
Jun 30, 2026, 04:14 PM
Static analysis reported many external command and weak cryptography patterns, but review found Markdown fences and TypeScript template literals rather than executable shell or crypto logic. No prompt injection, network access, credential handling, or malicious intent was found. The only substantive concern is low risk: examples interpolate user-derived component metadata into generated code and should be validated by the agent before use.
Confirmed security concerns (1)
Static false positives ignored (3)
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.
Detected Patterns
Feb 25, 2026, 01:21 AM
All static security findings are false positives. The detected patterns (external_commands, weak_crypto, obfuscation) are actually JavaScript template literals and standard array methods used in example code. The skill is a legitimate React component scaffolding tool with no security risks.