AI Security Review
scanned 2h ago · by lpm-firewall-aiDuring an active exam, the CLI records shell input and reports it with exam identity to the ICOA service. Separate session-log synchronization also transmits competition telemetry. No install-time mutation or remote code execution was confirmed.
Decision evidence
public snapshot- `dist/commands/ctf4ai-demo.js` and `dist/commands/ctf4vla.js` are deliberately obfuscated.
- `dist/lib/log-sync.js` uploads local session-log entries and device/account identifiers.
- `dist/lib/exam-sandbox.js` uploads exam shell input and detected AI binaries.
- `dist/commands/shell.js` explicitly opens host or Docker CTF shells.
- `package.json` postinstall loads `dist/postinstall.js`, which only renders an install banner.
- No native binaries, payload artifacts, `eval`, `Function`, reverse socket, or hidden downloader were found.
- Network requests target the package's named ICOA competition service or npm registry.
- Execution-capable shell and environment setup are explicit user commands for CTF tooling.
Source & flagged code
12 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgA single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/repl.jsView on unpkg · L1Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
dist/repl.jsView on unpkg · L1Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.
dist/commands/ctf4ai-demo.jsView on unpkg · L1Package source references dynamic require/import behavior.
dist/commands/ctf4ai-demo.jsView on unpkg · L1Source writes installer persistence such as shell profile or service configuration.
dist/commands/env.jsView on unpkg · L1Source matches reverse-shell style process and socket wiring.
dist/lib/tool-man.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/lib/tool-man.jsView on unpkg · L1Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/commands/demo2.jsView on unpkg · L1This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/commands/ctf4vla.jsView on unpkg