Trailscraper

Latest version: v0.9.1

Safety actively analyzes 723947 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.6.2

(skipeed because of continuing release-script issues)

0.6.1

(same as 0.6.1, just fixing inconsistent release)

0.6.0

Added

* Support for Python 3.7 and 3.8
* Support for org-level trails (101)

Fixed

* `trailscraper guess` was not working when installed through homebrew or pip (110)

Removed

* **Removed official support for Python 2.7 and 3.4**. TrailScraper might still run but we no longer actively test for it

0.5.1

Added

* New command `guess` to extend existing policy by guessing matching actions 22

Fixed

* Fixed parsing events that contain resources without an ARN (e.g. `s3:ListObjects`) 51

0.5.0

**Breaking CLI changes**: split up `generate-policy` into `select` and `generate` (38)

Added

* New command `select` to print all CloudTrail records matching a filter to stdout
* New command `generate` to take CloudTrail records from stdin and generate a policy for it

Changed

* New command `select` defaults to not filtering at all whereas `generate-policy` filtered for recent events by default.
Changed to make filtering more explicit and predictable instead of surprising users who wonder why their events don't show up

Removed

* Removed command `generate-policy`, replaced with `select` and `generate`. Use pipes to produce the same behavior:
bash
$ trailscraper select | trailscraper generate

0.4.4

Fixed

* Made trailscraper timezone-aware. Until now, trailscraper implicitly treated everything as UTC, meaning relative timestamps (e.g. `now`, `two hours ago`) didn't work properly when filtering logfiles to download or records to generate from. (39)

Added

* New command `trailscraper last-event-timestamp` to get the last known event timestamp.
* New flag `trailscraper download --wait` to wait until events for the specified timeframe are found.
Useful if you are waiting for CloudTrail to ship logs for a recent operation.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.