Integuru

Integuru is a local Python CLI/agent that reverse-engineers web platform actions from a user-captured HAR file. It generates a dependency graph of browser network requests (and cookie-based session usage) and can output runnable Python code that calls the platform’s internal endpoints to reproduce the desired action.

Evaluated Mar 29, 2026 (0d ago)
Homepage ↗ Repo ↗ Automation ai-ml automation api unofficial-api reverse-engineering rpa python browser-automation
⚙ Agent Friendliness
28
/ 100
Can an agent use this?
🔒 Security
44
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
62
Error Messages
0
Auth Simplicity
45
Rate Limits
0

🔒 Security

TLS Enforcement
75
Auth Strength
45
Scope Granularity
10
Dep. Hygiene
55
Secret Handling
35

The tool stores collected data locally in network_requests.har and cookies.json (sensitive session material). It uses an OpenAI API key via environment variable, but there is no explicit mention of secure secret storage, redaction, or logging controls. Security of the destination platform calls is based on user-supplied cookies rather than scoped OAuth; reverse-engineered internal endpoints and codegen increase the risk of misuse and breakage. No information is provided about TLS enforcement details, dependency vulnerability posture, or secure handling of HAR/cookie contents.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
20
Error Recovery
25
AF Security Reliability

Best When

You have permission to automate the target platform, can capture representative network traffic (HAR) and session cookies after any 2FA, and you need a one-off or short-lived integration prototype.

Avoid When

You need a stable long-term integration contract, require formal API guarantees, or cannot safely store/process cookies and HAR data; also avoid where reverse engineering may violate terms or law.

Use Cases

  • Automating a web platform action when no public API exists
  • Rapid prototyping of unofficial integrations by reusing captured browser calls
  • Reverse-engineering dependencies between network requests (IDs/parameters) to build runnable flows

Not For

  • Building compliant, officially supported API integrations
  • Platforms requiring modern challenge/attestation beyond cookies/session (e.g., robust bot defenses, device binding, or hardware-backed auth)
  • Production-grade integrations without legal/permission review and ongoing maintenance

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: OpenAI API key via OPENAI_API_KEY environment variable Target platform authentication via browser session cookies stored in cookies.json (after manual login/2FA)
OAuth: No Scopes: No

The tool authenticates to OpenAI using an API key. For the destination platform it relies on locally supplied browser cookies/session artifacts rather than an OAuth/API-scoped integration flow.

Pricing

Free tier: No
Requires CC: No

No hosted pricing for this local package is described; users incur underlying LLM API usage costs.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Requires a correct HAR capture and valid cookies.json/session artifacts; outdated cookies will break flows.
  • If the target platform uses dynamic tokens/anti-bot measures, the generated internal calls may fail intermittently.
  • Generated code depends on reverse-engineered internal endpoints that may change without notice.
  • 2FA workflows are not automated; user must complete 2FA manually and provide resulting cookies/tokens.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Integuru.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-29.

5347
Packages Evaluated
21056
Need Evaluation
586
Need Re-evaluation
Community Powered