Audit History
discord-bot-architect - 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, 10:21 PM | No confirmed findings | 0 | No capability change |
| v4 | Jul 8, 2026, 11:38 AM | No confirmed findings | 0 | No capability change |
| v3 | Jul 5, 2026, 11:48 PM | No confirmed findings | 0 | No capability change |
| v2 | Jun 30, 2026, 02:12 PM | No confirmed findings | 3 | Contains scriptsExternal commandsNetwork accessFilesystem accessEnv variables |
| v1 | Feb 24, 2026, 08:54 PM | No confirmed findings | 0 | Baseline |
Jul 23, 2026, 10:21 PM
All 184 static detections are false positives from documentation examples. Dynamic imports use fixed local project directories, shard spawning uses Discord.js ShardingManager, and credential examples use environment variables only for Discord authentication. No prompt injection, data exfiltration, shell execution, or reconnaissance intent was found.
Risk Factors
⚡ Contains scripts (3)
⚙️ External commands (50)
🌐 Network access (7)
📁 Filesystem access (6)
🔑 Env variables (36)
Jul 8, 2026, 11:38 AM
All static findings are in SKILL.md documentation examples, not executable marketplace code. I found no prompt injection or evidence of data exfiltration. Token and .env references are presented as standard Discord bot configuration and safety guidance.
Risk Factors
⚡ Contains scripts (3)
⚙️ External commands (104)
🌐 Network access (7)
📁 Filesystem access (6)
🔑 Env variables (36)
Jul 5, 2026, 11:48 PM
The reviewed skill is documentation with embedded Discord.js and Pycord examples, not installable executable code. Static findings mostly point to Markdown fences, local module loading examples, and standard environment-token handling; I found no prompt injection, exfiltration intent, or malicious behavior.
Risk Factors
⚡ Contains scripts (2)
⚙️ External commands (15)
🌐 Network access (1)
📁 Filesystem access (2)
🔑 Env variables (8)
Jun 30, 2026, 02:12 PM
Static analysis reported many high and critical patterns, but the reviewed file is a Markdown skill containing Discord bot examples rather than executable marketplace scripts. The critical heuristic and weak-crypto flags are false positives from combined example snippets and slash-command terminology. The main residual risk is that copied examples use dynamic local module loading, filesystem enumeration, and Discord token environment access, which are legitimate but require secure project hygiene.
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (4)
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
⚡ Contains scripts (2)
⚙️ External commands (6)
🌐 Network access (1)
📁 Filesystem access (3)
🔑 Env variables (4)
Detected Patterns
Feb 24, 2026, 08:54 PM
All 45 static findings are false positives. The skill contains standard Discord bot patterns (dynamic require for command loading, fs.readdirSync for directory scanning, environment variable access for bot tokens, and Discord gateway connections). These are required for legitimate Discord bot functionality and do not pose security risks.