Audit History
chatgpt-app-builder - 6 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v6 Latest | Jul 9, 2026, 11:45 AM | No confirmed findings | 1 | No capability change |
| v5 | Jul 9, 2026, 11:45 AM | No confirmed findings | 1 | No capability change |
| v4 | Jul 5, 2026, 08:32 PM | No confirmed findings | 1 | No capability change |
| v3 | Jul 5, 2026, 08:32 PM | No confirmed findings | 1 | No capability change |
| v2 | Jun 30, 2026, 08:08 AM | 2 confirmed | 1 | External commandsNetwork accessEnv variables |
| v1 | Feb 22, 2026, 08:40 AM | 1 confirmed | 0 | Baseline |
Jul 9, 2026, 11:45 AM
Most static detections are false positives from Markdown examples, template literals, placeholder URLs, UI guidance, and non-secret environment variable examples. One medium issue is confirmed: the deprecated skill front matter includes an executable npx install command for a replacement skill, which could trigger external installation in untrusted contexts. No prompt injection, credential exfiltration, or malicious intent was found.
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.
Risk Factors
⚙️ External commands (12)
🌐 Network access (14)
🔑 Env variables (2)
Jul 9, 2026, 11:45 AM
Most static detections are false positives from Markdown examples, template literals, placeholder URLs, UI guidance, and non-secret environment variable examples. One medium issue is confirmed: the deprecated skill front matter includes an executable npx install command for a replacement skill, which could trigger external installation in untrusted contexts. No prompt injection, credential exfiltration, or malicious intent was found.
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.
Risk Factors
⚙️ External commands (12)
🌐 Network access (14)
🔑 Env variables (2)
Jul 5, 2026, 08:32 PM
Most static hits are false positives from Markdown documentation and TypeScript template literals. The only confirmed issue is the deprecated SKILL.md instruction that asks users to run an npx skills install command. No prompt injection or data exfiltration intent was found.
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.
Risk Factors
⚙️ External commands (12)
🌐 Network access (14)
🔑 Env variables (2)
Jul 5, 2026, 08:32 PM
Most static hits are false positives from Markdown documentation and TypeScript template literals. The only confirmed issue is the deprecated SKILL.md instruction that asks users to run an npx skills install command. No prompt injection or data exfiltration intent was found.
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.
Risk Factors
⚙️ External commands (12)
🌐 Network access (14)
🔑 Env variables (2)
Jun 30, 2026, 08:08 AM
Static analysis reported many high-severity patterns, but review found they are mostly Markdown examples, API names, code fences, and license text rather than executable malicious code. The confirmed risk is legitimate developer guidance that may run npm/npx commands, start tunnels, use external URLs, and read environment-driven configuration. No prompt injection, credential exfiltration, obfuscation, or confirmed malicious intent was found.
Confirmed security concerns (2)
Needs review findings (1)
These findings came from uncertain legacy audit verdicts, so they require review but are not counted as confirmed security issues.
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.
Risk Factors
⚙️ External commands (5)
🌐 Network access (5)
🔑 Env variables (2)
Feb 22, 2026, 08:40 AM
This skill is documentation/reference material for building ChatGPT apps with mcp-use. All static analyzer findings are false positives: (1) 'Weak cryptographic algorithm' triggers on 'sha' substring in words like 'shape' - no actual crypto usage; (2) 'Ruby/shell backtick execution' detects markdown code fences, not shell commands; (3) 'System reconnaissance' and 'Hardcoded URL' are documentation patterns; (4) The critical heuristic 'Code execution + Network + Credential access' is triggered by documentation showing code examples with URLs and environment variables - standard documentation practice, not malicious behavior. This skill contains no executable code.
Confirmed security concerns (1)
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.