Skip to content

refactor(examples): runnable-script convention, 5 new examples, durable CI - #22

Merged
mobileskyfi merged 5 commits into
mainfrom
examples-rework
Jun 27, 2026
Merged

refactor(examples): runnable-script convention, 5 new examples, durable CI#22
mobileskyfi merged 5 commits into
mainfrom
examples-rework

ci(examples): platform-matrix smoke + coverage metrics + review fixes

fddc7e1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 27, 2026 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 83 in src/lib/credentials.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 275 in src/lib/quickchr.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.