📦

Audit History

react-state-management - 8 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v8 LatestJul 8, 2026, 01:28 PM No confirmed findings0No capability change
v7 Jul 8, 2026, 01:28 PM No confirmed findings0External commandsNetwork access
v6 Jul 1, 2026, 12:42 AM 4 confirmed0No capability change
v5 Jan 21, 2026, 05:09 PM No confirmed findings0 Network accessExternal commands
v4 Jan 17, 2026, 09:43 AM No confirmed findings0No capability change
v3 Jan 17, 2026, 09:43 AM No confirmed findings0Network accessExternal commands
v2 Jan 5, 2026, 05:08 PM No confirmed findings0No capability change
v1 Jan 5, 2026, 05:08 PM No confirmed findings0Baseline

Jul 8, 2026, 01:28 PM

I reviewed SKILL.md and found no executable installer code, prompt injection, or malicious intent. The static findings are false positives from Markdown fences, TypeScript examples, relative API calls, and public documentation links.

1
Files scanned
430
Lines analyzed
2
Review items
0
False positives ignored
Audited by: codex

Jul 8, 2026, 01:28 PM

I reviewed SKILL.md and found no executable installer code, prompt injection, or malicious intent. The static findings are false positives from Markdown fences, TypeScript examples, relative API calls, and public documentation links.

1
Files scanned
430
Lines analyzed
2
Review items
0
False positives ignored
Audited by: codex

Jul 1, 2026, 12:42 AM

Static analysis flagged Markdown code fences, browser storage examples, same-origin fetch examples, and documentation links. Review found no executable skill scripts, no malicious network endpoint, no credential exfiltration, and no prompt injection attempt; the remaining concern is that examples mention localStorage token handling, which implementers should review carefully.

1
Files scanned
430
Lines analyzed
4
Review items
2
False positives ignored

Confirmed security concerns (4)

Low
Same-Origin Fetch Examples Are Documentation Only
The fetch calls use relative API paths inside React state management examples. They do not contact an external domain or send secrets from the skill itself.
Both fetch calls are relative URLs in code samples. The skill contains no executable wrapper that would run them during skill use.
Low
Reference Links Are Benign Documentation URLs
The hardcoded URLs are resource links to Redux Toolkit, Zustand, Jotai, and TanStack Query documentation. They are not outbound requests made by skill code.
The lines are Markdown links in a Resources section. They do not include tracking parameters, secret material, or code that opens them automatically.
Low
Browser Storage Example Requires Implementer Care
The documentation demonstrates theme persistence and token removal from localStorage. This is not malicious, but applications should avoid storing sensitive tokens in browser storage.
Browser storage access is clearly present in examples, but only as documentation. The token removal line implies a security-sensitive pattern that deserves a low-risk warning.
Low
Dangerous Combination Heuristic Not Confirmed
The critical heuristic combined false-positive code execution with documentation-only fetch examples and browser storage examples. No evidence found of obfuscation, credential exfiltration, or malicious intent.
The combined signals exist only in inert examples and Markdown formatting. Manual review found no executable path connecting command execution, network access, and credential access.
Static false positives ignored (2)

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
Markdown Code Fences Misclassified as Shell Execution
The external command findings point to Markdown code fence delimiters and TypeScript examples, not executable Ruby or shell backticks. No evidence found of commands executed by the skill.
The cited lines are Markdown fences and inert documentation snippets. There is no script file or runtime instruction that executes these examples.
Low
Weak Crypto and Reconnaissance Alerts Are False Positives
The weak cryptography and system reconnaissance alerts map to ordinary prose, table text, type fields, or React Query options. No evidence found of crypto algorithms or host reconnaissance.
Manual review of the cited lines found no cryptographic function, hashing algorithm, host discovery command, or environment probing behavior.
Audited by: codex

Jan 21, 2026, 05:09 PM

All 44 static findings are false positives. The scanner incorrectly flagged markdown code blocks as shell commands, standard documentation URLs as hardcoded secrets, and React/Redux patterns (state, slices, selectors) as cryptographic or reconnaissance patterns. This is legitimate documentation for React state management libraries.

2
Files scanned
915
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 17, 2026, 09:43 AM

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

2
Files scanned
622
Lines analyzed
2
Review items
0
False positives ignored

Detected Patterns

Hardcoded URLWeak cryptographic algorithmRuby/shell backtick executionFetch API callBrowser storage accessSystem reconnaissance[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access
Audited by: claude

Jan 17, 2026, 09:43 AM

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

2
Files scanned
622
Lines analyzed
2
Review items
0
False positives ignored

Detected Patterns

Hardcoded URLWeak cryptographic algorithmRuby/shell backtick executionFetch API callBrowser storage accessSystem reconnaissance[HEURISTIC] DANGEROUS COMBINATION: Code execution + Network + Credential access
Audited by: claude

Jan 5, 2026, 05:08 PM

Pure documentation skill containing only code examples and guidance for React state management. No executable code, network calls, filesystem access, or environment variable reading. Contains standard legitimate React development patterns.

4
Files scanned
551
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 5, 2026, 05:08 PM

Pure documentation skill containing only code examples and guidance for React state management. No executable code, network calls, filesystem access, or environment variable reading. Contains standard legitimate React development patterns.

4
Files scanned
551
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude