Versioned security assessment

Report ID: SA-F4DE4E3E

6/29/2026, 9:53:54 AM

current-location-weather security assessment v7

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
current-location-weather
Version
v7
Maintainer
DanielMax937
Coverage
2 Files scanned · 234 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.

The confirmed risk is external network access for IP-based geolocation and weather lookup. Static high-risk weak-crypto and obfuscation findings were false positives after context review, and no prompt injection attempt 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

2 Files scanned · 234 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 4 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 12 evidence locations

Capability review items (3)
Medium
Automatic IP Geolocation Request
The script contacts ip-api.com over plain HTTP when no location is provided. This exposes the runner's IP-derived location to a third party and allows network observers to inspect or modify the response.
The code directly calls http://ip-api.com/json/ before requesting weather data. The behavior is documented and legitimate, but it has clear privacy and transport-security implications.
Medium
External Weather Service Request
The script sends the selected or detected location to wttr.in. This is necessary for the skill, but users should understand that location queries leave the local environment.
The URLs are constructed from the location value and opened with urllib. This confirms third-party network access without showing malicious exfiltration intent.
Low
Documented Command Examples
SKILL.md includes shell examples for running the Python script. These examples are expected usage instructions, but users should review community scripts before execution.
The backtick detections are Markdown code fences and example commands, not dynamic command execution inside the skill. The underlying script still requires user-authorized execution.

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 (1)
Low
Static High-Risk Pattern False Positives
The weak cryptography and obfuscation alerts do not correspond to cryptographic calls, encoded payloads, or hidden execution logic in the reviewed lines.
The cited lines contain front matter, a shebang, weather field names, and argparse description settings. No weak crypto algorithm use or obfuscated code was found.

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