arcgis-custom-data-feeds
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed instructions for developing ArcGIS Custom Data Feeds, focusing on architectural best practices and secure data handling.
- [SAFE]: Secret management is correctly addressed by instructing developers to use external JSON configuration files that are excluded from version control via
.gitignore, preventing hardcoded credentials. - [SAFE]: The skill defines a mandatory "destructive-operation guard" protocol that must be followed before generating code for data updates or deletions, ensuring human confirmation and risk assessment.
- [SAFE]: Code examples demonstrate the use of an
authorizemethod to enforce access control based on user identity before data requests are processed. - [SAFE]: The skill provides clear guidance on managing configuration differences and binary compatibility across different versions of the ArcGIS Enterprise SDK (11.x through 12.x).
- [SAFE]: External references target well-known and official documentation sources, such as the ArcGIS Developers portal.
Audit Metadata