Versioned security assessment

Report ID: SA-97A9EBB0

6/28/2026, 10:21:20 AM

bases security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
bases
Version
v7
Maintainer
ArtemXTech
Coverage
1 Files scanned · 65 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static command and network findings are mostly true positives in documentation examples that call a local Obsidian RPC service with curl and process results with jq. The weak cryptographic algorithm finding is a false positive from the RPC description, and no prompt injection or malicious exfiltration intent was found.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 65 Lines analyzed

3 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 5 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 4 evidence locations

Capability review items (3)
Medium
Local RPC Commands Can Read Obsidian Vault Data
TRUE POSITIVE: The skill documents curl commands that query a local Obsidian Bases Query RPC endpoint. This is legitimate for the skill purpose, but it can expose structured note metadata and frontmatter to the AI session when a user runs the commands.
The documented commands directly call a local RPC endpoint and return Obsidian base data. The intent is functional rather than malicious, but the data access risk is real.
Medium
Shell Pipeline Examples Require User Review
TRUE POSITIVE: The skill includes jq command examples for extracting fields from RPC responses. The examples are simple and fixed, but agents should not run shell commands against private vault data without user consent.
The shell examples are visible and limited to jq filters. Risk depends on user authorization and the sensitivity of local Obsidian data.
Low
Plugin Installation Link Requires Source Trust
TRUE POSITIVE LOW RISK: The skill links to a GitHub repository for installation through BRAT. This is normal for Obsidian community plugins, but users should review the plugin before installing it.
The GitHub URL is clearly an installation reference, not an automatic download or execution step. Supply-chain risk remains because it depends on an external plugin.

Risk findings

Confirmed security concerns are separated from items that still need review.

No confirmed security findings were recorded for this completed audit.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (2)
Low
Loopback Network Endpoint Is Expected
FALSE POSITIVE FOR EXTERNAL NETWORK RISK: The hardcoded URL and IP address point to 127.0.0.1 for a local Obsidian plugin. No evidence found of outbound third-party exfiltration.
Every detected RPC URL uses 127.0.0.1, which is loopback. The only non-local URL is the installation link for the required plugin.
Low
Weak Cryptography Finding Is Not Supported
FALSE POSITIVE: The line describes RPC usage and does not reference a weak hash, cipher, or cryptographic operation. No evidence found of cryptographic code.
Line 3 is plain metadata describing the Bases Query plugin RPC interface. There is no cryptographic algorithm or security primitive in the file.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable