Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Drone Engineer

v1.0.0

Professional entry-level drone and UAV systems engineering career roadmap platform that generates personalized learning paths based on experience and skills...

0· 90·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, SKILL.md content, and openapi.json align: the skill describes an API for generating personalized drone engineering roadmaps and the schemas/endpoints match that purpose. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Runtime instructions only describe building and sending assessment payloads to the described endpoints; they do not instruct reading local files or other sensitive system state. However, the OpenAPI document and SKILL.md do not include a server URL or authentication details — the destination host(s) for requests are unspecified. That omission increases risk because an agent or user must supply the endpoint, creating opportunity for misconfiguration or accidental data exposure.
Install Mechanism
No install spec and no code files beyond documentation/OpenAPI. Instruction-only skills have minimal on-disk footprint and nothing is downloaded or executed on install.
Credentials
The skill requires no environment variables, credentials, or special config paths. The only data involved is user-provided assessment data (experience, skills, userId, sessionId), which is proportionate to the described purpose. Note: userId/sessionId may be personally identifying if populated with real identifiers; the skill does not request authentication tokens but also does not describe any privacy controls.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It requests no persistent presence, doesn't modify other skills, and has normal agent invocation settings.
What to consider before installing
This skill appears to do what it says (create personalized drone-engineer roadmaps) and doesn't request credentials or install code, but the OpenAPI/SKILL.md do not specify the server URL or authentication. Before using: 1) verify the API host/domain where you will send assessment data — do not allow the agent to pick an endpoint automatically; 2) avoid submitting sensitive personal data or credentials in assessment fields; 3) ask the publisher for an official homepage or contact and for server/auth details; 4) if you must test, use dummy data or a staging endpoint first. Because the publisher is unknown and the destination is unspecified, treat this skill cautiously.

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

latestvk978yhs4avwsycgmmg7a7zhq0h83gb54
90downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Overview

The Drone Engineer Roadmap API is a specialized career development platform designed for individuals pursuing professional entry-level positions in drone and UAV systems engineering. This tool leverages assessment data including current experience, technical skills, and career goals to generate personalized, structured roadmaps that guide engineers through the competencies and milestones required for success in the rapidly growing unmanned aircraft systems industry.

The platform serves professionals transitioning into drone engineering, recent graduates, and self-taught engineers seeking validated pathways to industry employment. By analyzing individual assessments, the API delivers targeted recommendations that bridge knowledge gaps, prioritize skill development, and align learning objectives with current market demands in UAV systems design, operations, and maintenance.

Ideal users include career changers, engineering students, technical professionals entering the drone sector, and organizations developing internal talent pipelines for unmanned systems programs.

Usage

To generate a personalized drone engineering roadmap, submit an assessment containing your current experience level, technical skills inventory, and career objectives along with session metadata.

Sample Request:

{
  "assessmentData": {
    "experience": {
      "yearsInEngineering": 2,
      "droneExperience": "hobbyist",
      "previousRoles": ["embedded systems technician"]
    },
    "skills": {
      "technical": ["C++", "electronics", "PCB design"],
      "domain": ["RC aircraft", "basic aerodynamics"],
      "certifications": []
    },
    "goals": {
      "targetRole": "UAV Systems Engineer",
      "timelineMonths": 12,
      "industryFocus": "commercial delivery systems"
    },
    "sessionId": "sess_abc123xyz",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123xyz",
  "userId": 12847,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response:

{
  "roadmapId": "rm_20240115_12847",
  "sessionId": "sess_abc123xyz",
  "userId": 12847,
  "totalPhases": 4,
  "estimatedMonths": 12,
  "phases": [
    {
      "phase": 1,
      "title": "UAV Fundamentals & Aerodynamics Mastery",
      "duration": "3 months",
      "keyTopics": [
        "Fixed-wing vs multirotor principles",
        "Flight dynamics and control surfaces",
        "Stability augmentation systems"
      ],
      "skills": ["aerodynamics", "flight mechanics", "control theory basics"],
      "milestones": [
        "Complete Part 107 Remote Pilot Certification",
        "Master flight controller firmware basics"
      ],
      "resources": ["FAA Part 107 course", "Ardupilot documentation"]
    },
    {
      "phase": 2,
      "title": "Systems Engineering & Architecture",
      "duration": "4 months",
      "keyTopics": [
        "Power distribution systems",
        "Sensor integration and calibration",
        "Communication protocols (MAVLink, CAN)"
      ],
      "skills": ["system integration", "hardware-software interfaces", "signal processing"],
      "milestones": [
        "Design custom sensor payload integration",
        "Implement autonomous mission planning"
      ],
      "resources": ["PX4 autopilot documentation", "embedded systems course"]
    },
    {
      "phase": 3,
      "title": "Commercial Systems & Regulations",
      "duration": "3 months",
      "keyTopics": [
        "Airworthiness standards (CS-UAS)",
        "Safety-critical system design",
        "Mission planning for commercial operations"
      ],
      "skills": ["regulatory compliance", "risk management", "production engineering"],
      "milestones": [
        "Study industry compliance documentation",
        "Participate in real commercial UAV project"
      ],
      "resources": ["EASA certification standards", "industry case studies"]
    },
    {
      "phase": 4,
      "title": "Specialization & Market Entry",
      "duration": "2 months",
      "keyTopics": [
        "Delivery system design optimization",
        "Production scalability considerations",
        "Job interview preparation"
      ],
      "skills": ["specialization in delivery systems", "portfolio development"],
      "milestones": [
        "Build portfolio project",
        "Network with industry professionals",
        "Begin job applications"
      ],
      "resources": ["industry conferences", "LinkedIn networking guide"]
    }
  ],
  "recommendedCertifications": [
    "FAA Part 107 Remote Pilot Certificate",
    "EASA A2 Certificate (EU)",
    "Professional Drone Pilot Certification"
  ],
  "nextSteps": [
    "Enroll in Phase 1 aerodynamics course",
    "Schedule Part 107 exam within 2 weeks",
    "Join drone engineering community forum"
  ],
  "generatedAt": "2024-01-15T10:35:22Z"
}

Endpoints

GET /

Description: Root endpoint for API validation.

Parameters: None

Response: Empty JSON object indicating service availability.


GET /health

Description: Health check endpoint for monitoring service status.

Parameters: None

Response: Service health status confirmation.


POST /api/drone/roadmap

Description: Generate a personalized drone engineering career roadmap based on individual assessment data.

Parameters:

NameTypeRequiredDescription
assessmentDataAssessmentData objectYesNested object containing experience, skills, goals, sessionId, and timestamp
assessmentData.experienceobjectOptionalCandidate's professional and technical experience background
assessmentData.skillsobjectOptionalInventory of current technical and domain-specific skills
assessmentData.goalsobjectOptionalCareer objectives, target roles, and timeline
assessmentData.sessionIdstringYesUnique session identifier for this assessment
assessmentData.timestampstringYesISO 8601 timestamp of assessment completion
sessionIdstringYesSession identifier matching assessmentData.sessionId
userIdinteger or nullOptionalUnique identifier for the user (null for anonymous)
timestampstringYesISO 8601 timestamp of the request

Response Shape:

FieldTypeDescription
roadmapIdstringUnique identifier for the generated roadmap
sessionIdstringSession identifier for tracking
userIdintegerUser identifier if provided
totalPhasesintegerNumber of career progression phases in roadmap
estimatedMonthsintegerEstimated timeline to complete roadmap
phasesarrayArray of phase objects, each containing phase number, title, duration, key topics, skills, milestones, and resources
recommendedCertificationsarrayList of industry certifications aligned with roadmap
nextStepsarrayImmediate action items to begin the roadmap
generatedAtstringISO 8601 timestamp of roadmap generation

Status Codes:

  • 200 - Roadmap successfully generated
  • 422 - Validation error in request body

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Comments

Loading comments...