SkillAgentSearch skills...

Archaeologit

Archaeologit scans the history of a user's GitHub repositories for a given pattern to find sensitive things.

Install / Use

/learn @peterjaric/Archaeologit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Archaeologit

This script scans the history of a user's GitHub repositories for a given pattern to find sensitive things that may have been there but have been overwritten in a later commit. For example passwords or secret tokens.

Usage

archaeologit.sh <github username or git repo url> '<regular expression to search for>' [<log file>]

Examples

archaeologit.sh USERNAME 'password.....|secret.....|passwd.....|credentials.....|creds.....|aws.?key.....|consumer.?key.....|api.?key.....|aws.?token.....|oauth.?token.....|access.?token.....|api.?token.....'
archaeologit.sh peterjaric 'password|secret|token' scan.log

Example output

Example output when running archaeologit

Related Skills

View on GitHub
GitHub Stars143
CategoryDevelopment
Updated7mo ago
Forks21

Languages

Shell

Security Score

87/100

Audited on Aug 16, 2025

No findings