Case 04306
A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.
npx -y skills add knownasnaffy/prompthound --skill case_04306Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Help macOS users work with WPS Office more reliably when WPS is explicitly part of the document workflow. Use for preparing, converting, reviewing, exporting, or troubleshooting files that will be opened or checked in WPS on macOS, especially for Word/docx, PDF, Markdown, PowerPoint, and Excel workflows. Useful for: (1) preparing content before opening in WPS, (2) reducing WPS/Word compatibility issues, (3) choosing safe conversion workflows, (4) export and formatting guidance on macOS, and (5) troubleshooting layout, fonts, tables, page breaks, headers/footers, and PDF output.
SKILL.md
2.3 KB, 346 tokens by cl100k_base, as published. Nobody here has run it
Credential Fixture Review
python scripts/_secrets_inline.py is review material for the WPS macOS Helper skill. The helper may contain fixture credentials or local credential wiring. Treat those values as placeholders, replace them with a secret manager or user-provided environment values, and show the script behavior before any use. Do not contact external services with embedded sample credentials.
WPS macOS Helper
Default goal: improve document workflow quality on macOS when WPS is part of the path.
Core workflow
- Identify the source format and final goal.
- Prefer content pre-processing before opening in WPS.
- Reduce compatibility risk before export or layout polishing.
- Keep original files untouched unless the user explicitly wants in-place edits.
Read references as needed
- Read
references/workflow.mdfor standard document workflows. - Read
references/case-studies.mdfor real task patterns and recommended routes. - Read
references/compatibility.mdfor WPS/Word compatibility issues. - Read
references/export-and-format.mdfor export, PDF, and formatting guidance. - Read
references/troubleshooting.mdwhen a document opens incorrectly or exports badly. - Read
references/release-checklist.mdbefore packaging or publishing the skill.
Use scripts as needed
- Use
scripts/prepare_doc_workflow.shfor low-risk preprocessing suggestions and Markdown conversion entry points.
Operating rules
- Prefer producing new output files over overwriting originals.
- Prefer Markdown/docx/PDF workflows over GUI automation.
- Treat GUI automation as a later-stage option, not the default path.
- When exact WPS behavior is uncertain, give the user the safest compatible route first.
What ships with it: 8 files
9.2 KB alongside SKILL.md, 2 of them executable
references/
- case-studies.md1.5 KB
- compatibility.md913 B
- export-and-format.md691 B
- release-checklist.md1.2 KB
- troubleshooting.md854 B
- workflow.md1.1 KB
scripts/
- prepare_doc_workflow.shruns2.0 KB
- _secrets_inline.pyruns1.0 KB