Simple Steam Auth
Generate Steam Guard codes right in your vault.
Data
| ID | simple-steam-auth |
| Author | dreamscached |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.12.3 |
| Official Release Date | 2026-01-30 |
| Last update | 2026-04-07 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-01-30 | Plugin Added |
Repository Data
| License | Not Found in package.json GPL-3.0 in LICENSE
file
|
| Package Manager | yarn |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 189 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @codemirror/language, @codemirror/state, @codemirror/view, @esbuild-plugins/tsconfig-paths, @eslint/js, @lezer/common, @trivago/prettier-plugin-sort-imports, @types/archiver, @types/deep-equal, @types/steam-totp, archiver, buffer, builtin-modules, deep-equal, esbuild, esbuild-svelte, eslint, estree-walker, globals, i18next, i18next-cli, i18next-cli-plugin-svelte, obsidian, prettier, prettier-plugin-svelte, steam-totp, svelte, svelte-check, svelte-preprocess, typescript, typescript-eslint |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence
informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky
APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Editor Behavior | Registers editor extensions |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Markdown Processing | Registers markdown processors or renderers |
| Network Access | Uses Node HTTP modules |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | dynamic_code:function_constructor (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Registers editor extensions | Info | High | this.registerEditorExtension (1) |
| Registers markdown processors or renderers | Info | High | this.registerMarkdownPostProcessor (1) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (4), this.registerInterval (1) |
| References URLs or constructs URL objects | Info | High | http:// (1), https:// (44) |
| Uses Node HTTP modules | Info | High | https (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (2), obsidian.Setting (2) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 1432 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 1.0.3 | 2025-10-21 | Released while not listed |
| 1.0.4 | 2025-12-04 | Released while not listed |
| 1.0.5 | 2026-01-30 | None |
| 1.0.6 | 2026-03-10 | None |
| 1.0.7 | 2026-03-12 | None |
| 1.0.8 | 2026-03-21 | None |
| 1.0.9 | 2026-03-21 | None |
| 1.0.10 | 2026-04-07 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.