11 Commits

Author SHA1 Message Date
github-actions[bot]
cc37669ed0 chore: update security scan report [skip ci] 2026-08-31 09:27:46 +00:00
github-actions[bot]
36d8f13a1e chore: update security scan report [skip ci] 2026-08-24 09:22:54 +00:00
github-actions[bot]
28f5603bc2 chore: update security scan report [skip ci] 2026-08-17 09:21:36 +00:00
github-actions[bot]
7eb9c23c32 chore: update security scan report [skip ci] 2026-08-10 09:48:06 +00:00
github-actions[bot]
d767725c6e chore: update security scan report [skip ci] 2026-08-03 10:27:02 +00:00
github-actions[bot]
4d5f1d20be chore: update security scan report [skip ci] 2026-07-31 16:51:35 +00:00
github-actions[bot]
f9d7053cb1 chore: update security scan report [skip ci] 2026-07-28 18:16:24 +00:00
github-actions[bot]
81e316bc89 chore: update security scan report [skip ci] 2026-07-27 10:39:03 +00:00
Timothy Kassis
cb83780242 Update security report and enhance subprocess environment handling
- Generated a new security scan report with detailed findings, including 888 total findings and 33 critical issues.
- Revised the `soffice.py` scripts across multiple skills to implement a secure environment variable forwarding mechanism, minimizing the risk of exposing sensitive information to subprocesses.
- Enhanced documentation in `SKILL.md` and related files to clarify the implications of using `trust_remote_code=True` and the importance of user consent when executing code from external repositories.
- Improved the command submission process in `run_pacsomatic.py` to ensure safer execution of scripts across different executors.
2026-07-26 08:48:30 -07:00
Timothy Kassis
489de4ce4c Update security documentation and scanning process
- Clarified the security scan report generation process in README.md, emphasizing the publication of results.
- Revised `scan_skills.py` documentation to reflect changes in report generation and the removal of the validate_report.py script.
- Updated SECURITY.md to specify the scope of vulnerabilities and improved clarity on the report's purpose and limitations.
- Adjusted the security scan workflow to remove the validation step, streamlining the process while ensuring accurate reporting.
2026-07-26 08:16:14 -07:00
Timothy Kassis
d77f819637 Update security scanning process and documentation
- Enhanced the README to clarify the publication of security scan results to a dedicated markdown file.
- Modified `scan_skills.py` to generate both a human-readable report and a machine-readable JSON report, ensuring consistency checks before CI publishing.
- Updated the GitHub Actions workflow to validate the scan report and commit the new reports, replacing the previous SECURITY.md approach with separate report files.

This change improves the clarity and accessibility of security information for users and contributors.
2026-07-25 14:55:40 -07:00