AI Security Review
scanned 5d ago · by lpm-firewall-aiNo confirmed malicious attack surface. The package is an AI-agent automation CLI with powerful user-invoked features, but inspected source does not show install-time execution, hidden persistence, credential exfiltration, or unconsented foreign agent control-surface mutation.
Decision evidence
public snapshot- package.json has no npm lifecycle hooks; only bin entrypoints and prepack build script.
- dist/cli/index.js commands are registered under explicit CLI subcommands; no install-time scheduler/Claude mutation.
- dist/cli/index.js statusline/skill/schedule installs are user-invoked and print/write expected Afterburner-owned integrations.
- dist/chunk-G24POICL.js spawns claude/codex for configured automation and passes prompts via stdin/env, with strict MCP/user settings flags for Claude.
- Network use is package-aligned: npm update check, ntfy/Telegram notifications/setup, GitHub/repo URLs from config.
- Token handling is local/explicit: claude setup-token is run by afterburner auth and stored locally; notify tokens come from env and are sent only to configured HTTPS endpoints.
Source & flagged code
8 flagged · loading sourceSource executes local commands and sends command output to an external endpoint.
dist/cli/index.jsView on unpkg · L75A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/cli/index.jsView on unpkg · L75Package source references child process execution.
dist/cli/index.jsView on unpkg · L331A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/cli/index.jsView on unpkg · L3159Package source invokes a package manager install command at runtime.
dist/cli/index.jsView on unpkg · L3015Source writes installer persistence such as shell profile or service configuration.
dist/cli/index.jsView on unpkg · L75This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/chunk-G24POICL.jsView on unpkg