if (blocklistedProps) {
      const notAllowedProps = blocklistedProps.filter(blocklistedProp => packagejson.hasOwnProperty(blocklistedProp));

      if (notAllowedProps.length > 0) {
        sandbox.report({