
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
expect-succ
Advanced tools
expect-succ records a browser session, captures page artifacts, combines the recording with microphone audio, and asks Gemini to produce a concise debugging report.
expect-succ records a browser session, captures page artifacts, combines the recording with microphone audio, and asks Gemini to produce a concise debugging report.
It is intended for quick local bug reports: run the CLI against a URL, reproduce the behavior in the opened browser, narrate what you are seeing, then close the browser window. expect-succ writes the session artifacts and report under .succ/sessions.
PATHInstall dependencies:
pnpm install
Build the CLI:
pnpm build
Set your Gemini API key:
export GEMINI_API_KEY="..."
The default Gemini model is gemini-2.5-flash. Override it when needed:
export GEMINI_MODEL="gemini-flash-latest"
Install the coding-agent skill:
expect-succ init "your-gemini-api-key"
Record and analyze a session:
expect-succ http://localhost:3000/ledger
Skip microphone recording:
expect-succ http://localhost:3000/ledger --no-audio
Record and combine without analysis:
expect-succ http://localhost:3000/ledger --no-analyze
Re-run analysis for an existing session:
expect-succ replay .succ/sessions/2026-04-07T18-02-44-652Z
Each recording creates a timestamped directory under .succ/sessions containing:
artifacts.ndjson: console logs, network requests, and page errors captured during the runcombined.mp4: merged video and audioreport.md: Gemini analysis report when analysis is enabledmanifest.json: session metadata when the run completes successfullyRun the type and lint checks:
pnpm check
Run tests:
pnpm test
Build generated output:
pnpm build
FAQs
expect-succ records a browser session, captures page artifacts, combines the recording with microphone audio, and asks Gemini to produce a concise debugging report.
We found that expect-succ demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.