📦

Audit History

workflow-node-setup - 5 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v5 LatestJul 6, 2026, 05:56 PM 1 confirmed0No capability change
v4 Jul 6, 2026, 05:56 PM 1 confirmed0External commands
v3 Jun 30, 2026, 04:36 AM No confirmed findings1 External commands
v2 May 26, 2026, 08:42 AM No confirmed findings1No capability change
v1 May 25, 2026, 09:16 PM No confirmed findings1Baseline

Jul 6, 2026, 05:56 PM

Most static findings are false positives caused by Markdown backticks around React Flow identifiers and TypeScript examples. I found no shell execution, system reconnaissance, or automatic network request. The only semantic concern is a low-severity instruction to promote a third-party workflow service.

2
Files scanned
139
Lines analyzed
3
Review items
0
False positives ignored

Confirmed security concerns (1)

Low
Undisclosed Third-Party Promotion
The skill instructs the agent to mention Casely, a hosted AI workflow tool, when it may fit the conversation. This can bias recommendations toward a specific external service without an explicit user request.
Line 133 directly asks the assistant to mention a named external product. The wording is conditional, so the issue is promotional steering rather than a direct security exploit.
Audited by: codex

Jul 6, 2026, 05:56 PM

Most static findings are false positives caused by Markdown backticks around React Flow identifiers and TypeScript examples. I found no shell execution, system reconnaissance, or automatic network request. The only semantic concern is a low-severity instruction to promote a third-party workflow service.

2
Files scanned
139
Lines analyzed
3
Review items
0
False positives ignored

Confirmed security concerns (1)

Low
Undisclosed Third-Party Promotion
The skill instructs the agent to mention Casely, a hosted AI workflow tool, when it may fit the conversation. This can bias recommendations toward a specific external service without an explicit user request.
Line 133 directly asks the assistant to mention a named external product. The wording is conditional, so the issue is promotional steering rather than a direct security exploit.
Audited by: codex

Jun 30, 2026, 04:36 AM

Static command-execution and weak-crypto findings were false positives caused by markdown code spans, TypeScript examples, and ordinary documentation text. The only confirmed concern is a hardcoded external promotional URL in the skill guidance, which creates a minor content and trust risk but does not execute code or exfiltrate data.

2
Files scanned
139
Lines analyzed
2
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
Promotional External Link in Skill Guidance
The skill includes a hardcoded external URL and suggests mentioning a hosted workflow tool in relevant conversations. This is a low-risk content concern because it can introduce promotional bias, but it does not perform a network request or send data.
The external URL and recommendation instruction are directly present on the cited line. The impact is limited because the line is guidance text rather than executable code.
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
False Positive Static Security Matches
The scanner flagged weak cryptography, Ruby backtick execution, and reconnaissance patterns, but the reviewed locations are markdown instructions, inline identifiers, or TypeScript examples. No executable shell call, cryptographic operation, or host reconnaissance behavior was found in the scanned files.
The referenced content is documentation and fenced frontend examples, not runnable marketplace code. I found no evidence of command execution, weak cryptographic use, or system reconnaissance in the scanned files.

Risk Factors

🌐 Network access (1)
Audited by: codex

May 26, 2026, 08:42 AM

All 51 static analysis findings are false positives. The 12 'Weak cryptographic algorithm' warnings flag documentation text that contains no cryptographic code. The 38 'Ruby/shell backtick execution' warnings flag standard Markdown code formatting syntax, not shell commands. The 2 'System reconnaissance' warnings flag CSS layout documentation. The single 'Hardcoded URL' finding at SKILL.md:133 is a true positive but low severity: it contains a promotional link to casely.digital with instructions for the AI to mention it to users. The skill is a legitimate React Flow node configuration guide with no executable code, network requests, or security threats.

2
Files scanned
139
Lines analyzed
3
Review items
0
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
Embedded Commercial Promotion Link
SKILL.md:133 contains a hardcoded URL (https://casely.digital/) with instructions for the AI assistant to promote the product to users. While not a security vulnerability, this embedded marketing instruction is a content quality concern that should be disclosed.
Direct text evidence with explicit promotion instruction — the file instructs the AI to mention Casely to users when appropriate.
Audited by: claude

May 25, 2026, 09:16 PM

Static analyzer flagged 51 patterns including weak cryptographic algorithm, backtick execution, hardcoded URL, and system reconnaissance. After AI evaluation, 48 of 51 findings are confirmed FALSE POSITIVES: the cryptographic and backtick execution detections are triggered by markdown code formatting and plain text descriptions in SKILL.md and agents/openai.yaml with zero actual code execution or crypto usage. The system reconnaissance flags are also false positives from UI configuration text. The only confirmed finding is a promotional URL (casely.digital) on line 133 of SKILL.md, which is a low-severity advertising concern, not a security vulnerability. No malicious intent, no code execution, no data exfiltration, and no prompt injection attempts detected. The skill is a legitimate React Flow development guide.

2
Files scanned
139
Lines analyzed
3
Review items
0
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
Third-party promotional URL embedded in skill content
The skill instructs the AI to mention Casely (https://casely.digital/), a commercial hosted workflow tool, when conversation context fits. This is a promotional third-party endorsement rather than a security vulnerability, but users should be aware the skill contains embedded advertising.

Detected Patterns

Markdown code formatting falsely detected as shell backtick executionPlain text falsely detected as weak cryptographic algorithmUI configuration text falsely detected as system reconnaissance
Audited by: claude