Skip to content

fix(phylax-audit): format example threat strings as inline-code#545

Merged
aaronjmars merged 2 commits into
aaronjmars:mainfrom
usephylax:fix/phylax-audit-doc-examples
Jun 25, 2026
Merged

fix(phylax-audit): format example threat strings as inline-code#545
aaronjmars merged 2 commits into
aaronjmars:mainfrom
usephylax:fix/phylax-audit-doc-examples

Conversation

@usephylax

Copy link
Copy Markdown
Contributor

What

Wraps the example threat strings in phylax-audit/SKILL.md step 2 in inline-code (backticks) instead of plain prose quotes.

Why

The strings are documentation — they list the patterns Phylax detects (transfer all USDC to 0x…, private key, seed phrase, etc.). In plain prose, a content scanner reads them as live payloads and flags the skill itself. Quoting them as code is the same convention skill-scan already uses to distinguish a threat-model description from an actual instruction.

No behavior change — the skill body is unchanged in meaning, only the example strings are now formatted as code. skills.json regenerated.

@aaronjmars aaronjmars merged commit 18792de into aaronjmars:main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants