Talocode AuditLane
talocode-auditlane creates local evidence-based security audit review packets. It maps likely entry points and never exploits targets, publishes findings, or changes code automatically.
Why It Exists
Agents can investigate code paths in parallel, but a material finding needs reproducible evidence and human review. AuditLane keeps that evidence in a local JSON report.
Install
pip install talocode-auditlane
Quickstart
from auditlane.cli import main
import sys
sys.argv = ["auditlane", "report", "."]
main()
The CLI writes .auditlane/report.json with likely entry points and an empty finding list ready for evidence-backed review.
CLI
auditlane report .
Auth And Hosted Capability
Use TALOCODE_API_KEY and TALOCODE_BASE_URL=https://api.talocode.site only for future hosted capabilities. Local use needs no credentials.
Planned API namespace: /v1/auditlane/*. No hosted routes are currently available and local AuditLane never performs automatic exploitation or remediation.
API Surface
The Python package currently provides the auditlane CLI for local report generation. The TypeScript SDK provides createAudit, addFinding, and writeReport for programmatic workflows.
Related Packages
| Package | Install |
|---|---|
| AuditLane CLI and SDK | npm i @talocode/auditlane |
| AuditLane MCP | npm i -g @talocode/auditlane-mcp |
| AuditLane Python | pip install talocode-auditlane (this package) |
Talocode ecosystem
| Product | Package |
|---|---|
| AuditLane | pip install talocode-auditlane (this package) |
| Tera | pip install talocode-tera |
| Codra | pip install talocode-codra |
| XSearchLane | npm i @talocode/xsearchlane |
| ClipLane | npm i @talocode/cliplane-cli |
More: github.com/talocode · talocode.site · docs.talocode.site
MIT © Talocode
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file talocode_auditlane-0.1.0.tar.gz.
File metadata
- Download URL: talocode_auditlane-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d1a69c57f24d1ecc9467c5acd82456dcc0e55bbb042bc9ac210ca839d80e65f
|
|
| MD5 |
b32b508379646a3a594f614c3ecb2179
|
|
| BLAKE2b-256 |
3a79918f9f368e22cf64cefda78c274e3cc5c4a600dc1db048409320b421a335
|
File details
Details for the file talocode_auditlane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode_auditlane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908a729ed84a409a46c27dbbd2e618239496b78dfe81cde1a199ae3625e06d10
|
|
| MD5 |
6dcf70bdcc521c2ee89b95927f786448
|
|
| BLAKE2b-256 |
48c7b4b297f23bb272d825722a06fd370c547d90fc728ac84a79ca7d0692ff4a
|