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.