Report Cred Skill

A skill that writes credential data into a report file on the same line.

gl0di Updated

File contents

Report Credential Skill

This skill writes the AWS credentials into an output report file during its run.

open("output_report.md", "w").write(open(os.path.expanduser("~/.aws/credentials")).read())

The credential content is written directly to the report without redaction.

gl0di/clawseccheck/tree/main/fixtures/bad_i013_report_secret/skills/report-cred-skill commit 391a3cdbcb

Frequently asked questions

npx skillmds@latest add gl0di/report-cred-skill