Low Altitude Guardian

v0.3.0

低空无人设备应急裁决引擎。零依赖可用:基于损失优先级金字塔(P0-P4)和加权决策公式,对无人机/eVTOL突发危机进行分级分析、方案推导、输出可执行决策建议。分析辅助工具,不连接飞控系统,不执行实际飞行控制。

0· 267·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (crisis decision engine for drones/eVTOL) match the provided scripts, templates, and documentation. The packaged scripts (crisis_engine, decision_manager, emergency_plan_generator, enterprise_kb_manager, fleet_analytics, incident_reporter, situation_awareness) and solution templates align with the described functionality. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits default behavior to analysis-only and documents an optional 'integration mode' for telemetry. The repo contains many action templates (e.g., 'broadcast_emergency', 'send_location', 'deploy_parachute', 'cut_battery', 'switch_flight_mode') that describe commands a flight system would execute; the code appears to only model/record those actions and not automatically connect to flight controllers. This is coherent with the stated modes, but if a user wire-up integration mode or modifies scripts to call hardware/network interfaces, those actions could have real-world effects. Review integration-related scripts before enabling network/hardware access.
Install Mechanism
No install spec included (instruction-only skill in registry), so nothing is downloaded/executed by the platform beyond the skill files. The README suggests optional cloning or ClawHub install, but that is an external user action. There is no automated installer URL or archive in the skill that would write arbitrary code at install time.
Credentials
The skill declares no required environment variables, credentials, or external config paths. All data read/written is under the project and a .guardian workspace (local). No requests for unrelated secrets or high-privilege env variables are present.
Persistence & Privilege
The code persists data under a .guardian directory (knowledge_base, incidents, emergency_plans, analytics_reports, decisions). This is expected for a knowledge-base/analytics tool but means the skill will create and retain local files. always is false and the skill does not request elevated system privileges, nor does it modify other skills' configs. If you care about data residency, inspect .guardian contents and file permissions before heavy use.
Assessment
This skill appears to be what it claims: an offline/analysis decision engine with templates and local persistence. Before installing or running it against live systems, consider the following: - Run it in a sandbox or isolated environment first to inspect what it writes into the .guardian directory and verify no unexpected network traffic. - Search the code for network libraries or hard-coded endpoints (e.g., requests, urllib, socket, http) and review any code that sends data out. The visible files do not show network calls, but some files were truncated — confirm there are no hidden remote endpoints. - Do NOT enable or connect the 'integration mode' to any flight controller, autopilot, or live telemetry until you have audited integration scripts (they may implement actions like 'send_location' or 'broadcast_emergency' which could transmit data or trigger systems). - If you plan to use enterprise features (knowledge ingestion, auto-generation), verify input sources and sanitize any imported files to avoid accidental ingestion of sensitive data. - Keep in mind the authorship/source is unknown; although the package is coherent, exercise standard caution: inspect code, run tests with synthetic incidents, and avoid giving network or hardware access until you are satisfied with the audit. If you want, I can: (a) scan the full codebase for network/IPC/syscalls (search for imports like requests, socket, subprocess, urllib), or (b) summarize any truncated files to increase confidence.

Like a lobster shell, security has layers — review code before you run it.

dronevk979gtp7n8vapvyn3edt8dg3ex82m116emergencyvk979gtp7n8vapvyn3edt8dg3ex82m116latestvk975yqp65phaadj9901gzcwek183g6fklow-altitudevk979gtp7n8vapvyn3edt8dg3ex82m116safetyvk979gtp7n8vapvyn3edt8dg3ex82m116uavvk979gtp7n8vapvyn3edt8dg3ex82m116

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments