developer-marketing-jobs-board
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides informational content and automation examples for tracking developer-related job openings. No malicious patterns or security risks were identified.
- [EXTERNAL_DOWNLOADS]: The skill references and provides examples for fetching data from the 'Infrasity-Labs' GitHub repository. These downloads are limited to public job listing data in Markdown format, which is consistent with the skill's stated purpose.
- [COMMAND_EXECUTION]: Example scripts utilize standard CLI tools like
grep,cat, andcurlfor filtering and viewing job listings. These commands are used safely for data processing and do not involve privilege escalation or dangerous execution patterns. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves processing external data (job listings from ATS feeds). While this constitutes an ingestion surface for untrusted data, the risk is low as the data is parsed as structured text (Markdown tables) and used for informational purposes.
- Ingestion points: External ATS feeds and the project's README.md file.
- Boundary markers: None present in the provided parsing examples.
- Capability inventory: None (the skill itself is documentation; examples use standard HTTP/text processing libraries).
- Sanitization: Basic regex and string splitting used in examples.
Audit Metadata